diff options
Diffstat (limited to 'os/io/platforms/STM32/pal_lld.h')
-rw-r--r-- | os/io/platforms/STM32/pal_lld.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/os/io/platforms/STM32/pal_lld.h b/os/io/platforms/STM32/pal_lld.h index 9c234cac3..479b5e856 100644 --- a/os/io/platforms/STM32/pal_lld.h +++ b/os/io/platforms/STM32/pal_lld.h @@ -27,17 +27,11 @@ #ifndef _PAL_LLD_H_
#define _PAL_LLD_H_
-/*
- * Tricks required to make the TRUE/FALSE declaration inside the library
- * compatible.
- */
-#ifndef __STM32F10x_H
#undef FALSE
#undef TRUE
#include <stm32f10x.h>
#define FALSE 0
#define TRUE (!FALSE)
-#endif
/*===========================================================================*/
/* I/O Ports Types and constants. */
|