git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1065 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
89cd33e212
commit
292b65d6ec
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue