This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
XF/test-bench/test1/ide-cubeide-test1-idf/config/xf-port-config.h
2023-09-19 15:59:49 +02:00

11 lines
232 B
C

#ifndef XF_PORT_CONFIG_H
#define XF_PORT_CONFIG_H
/**
* Waring: Only one PORT define should be enabled at a time!
*/
#define PORT_IDF_QT 0
#define PORT_IDF_STM32 1
#endif // XF_PORT_CONFIG_H