Initial commit
This commit is contained in:
10
src/config/xf-port-config.h
Normal file
10
src/config/xf-port-config.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#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 1
|
||||
#define PORT_STM32CUBE_CMSIS_FREERTOS 0
|
||||
|
||||
#endif // XF_PORT_CONFIG_H
|
||||
Reference in New Issue
Block a user