git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@726 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2009-02-06 17:43:50 +00:00
parent 1ddd49eec7
commit 52fb58eca6
1 changed files with 6 additions and 0 deletions

View File

@ -20,11 +20,17 @@
#ifndef _BOARD_H_
#define _BOARD_H_
/*
* Tricks required to make the TRUE/FALSE declaration inside the library
* compatible.
*/
#undef FALSE
#undef TRUE
#ifndef __STM32F10x_MAP_H
#include "stm32lib/stm32f10x_map.h"
#endif
#define FALSE FALSE
#define TRUE TRUE
#define BOARD_OLIMEX_STM32_P103