stm32f103
Main Page
Related Pages
Classes
Files
File List
File Members
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_
dev_board.h
test_config.h
inc
config
config.h
Generated on Mon Oct 16 2017 13:38:38 for stm32f103 by
1.8.6