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.
Files
RealtimeOscilloscope/src/config/touchgfx-config.h
2023-11-28 14:19:36 +01:00

11 lines
210 B
C

#ifndef TOUCHGFX_CONFIG_H
#define TOUCHGFX_CONFIG_H
/**
* Waring: Only one PORT define should be enabled at a time!
*/
#define TOUCHGFX_BAREMETAL 1
#define TOUCHGFX_FREERTOS 0
#endif // TOUCHGFX_CONFIG_H