stm32f103
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
config.h
Go to the documentation of this file.
1 #ifndef STM32F103_CONFIG_CONFIG_H_
2 #define STM32F103_CONFIG_CONFIG_H_
3 
4 #if defined(TEST_CONFIG)
5 #include "test_config.h"
6 #elif defined(DEV_BOARD)
7 #include "dev_board.h"
8 #else
9 #error "Configuration not specified"
10 #endif
11 
12 #endif // STM32F103_CONFIG_CONFIG_H_