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.

13 lines
298 B
C
Raw Normal View History

2023-09-19 15:59:49 +02: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_STM32CUBE 0
#define PORT_STM32CUBE_CMSIS_FREERTOS 0
#define PORT_IDF_QT 1
#define PORT_ACTIVE_QT 0
#endif // XF_PORT_CONFIG_H