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

This commit is contained in:
gdisirio 2009-07-18 12:05:20 +00:00
parent 89cd33e212
commit 292b65d6ec
3 changed files with 7 additions and 7 deletions

View File

@ -31,13 +31,13 @@
* Tricks required to make the TRUE/FALSE declaration inside the library
* compatible.
*/
//#ifndef __STM32F10x_MAP_H
//#undef FALSE
//#undef TRUE
//#include "stm32f10x_map.h"
//#define FALSE 0
//#define TRUE (!FALSE)
//#endif
#ifndef __STM32F10x_H
#undef FALSE
#undef TRUE
#include <stm32f10x.h>
#define FALSE 0
#define TRUE (!FALSE)
#endif
/**
* @brief Serial buffers size.