11 lines
240 B
C
11 lines
240 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_STM32CUBE 0
|
|
#define PORT_STM32CUBE_CMSIS_FREERTOS 1
|
|
|
|
#endif // XF_PORT_CONFIG_H
|