git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@726 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
1ddd49eec7
commit
52fb58eca6
|
@ -20,11 +20,17 @@
|
||||||
#ifndef _BOARD_H_
|
#ifndef _BOARD_H_
|
||||||
#define _BOARD_H_
|
#define _BOARD_H_
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Tricks required to make the TRUE/FALSE declaration inside the library
|
||||||
|
* compatible.
|
||||||
|
*/
|
||||||
#undef FALSE
|
#undef FALSE
|
||||||
#undef TRUE
|
#undef TRUE
|
||||||
#ifndef __STM32F10x_MAP_H
|
#ifndef __STM32F10x_MAP_H
|
||||||
#include "stm32lib/stm32f10x_map.h"
|
#include "stm32lib/stm32f10x_map.h"
|
||||||
#endif
|
#endif
|
||||||
|
#define FALSE FALSE
|
||||||
|
#define TRUE TRUE
|
||||||
|
|
||||||
#define BOARD_OLIMEX_STM32_P103
|
#define BOARD_OLIMEX_STM32_P103
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue