1
0
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.
RealtimeOscilloscope/src/config/xf-port-config.h
2024-01-20 18:22:10 +01:00

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