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/test2/ide-cubeide-test2-idf/config/xf-port-config.h

11 lines
229 B
C
Raw Normal View History

2023-09-19 13:59:49 +00:00
#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