Go to the documentation of this file.
28 #ifndef RTLIB_CONFIG_EXAMPLE_CONFIG_H_
29 #define RTLIB_CONFIG_EXAMPLE_CONFIG_H_
33 #if !defined(STM32F103VCT6)
34 #error "This configuration is designed for a STM32F103VCT6 device. (Did you set DEVICE in CMakeLists.txt correctly?)"
35 #endif // !defined(STM32F103VCT6)
40 #define LIB_USE_BUTTON 0
48 #define LIB_LED0_PINOUT {GPIOB, GPIO0}
53 #endif // RTLIB_CONFIG_EXAMPLE_CONFIG_H_