Prep for v1.0.0
[hackover2013-badge-firmware.git] / sysdefs.h
index bf79c8e..9b786b4 100644 (file)
--- a/sysdefs.h
+++ b/sysdefs.h
 
 // Stay compatible with ugly "windows" style
 #define BOOL bool
+
+#ifndef TRUE
 #define TRUE true
+#endif
+#ifndef FALSE
 #define FALSE false
+#endif
 
 typedef volatile uint8_t REG8;
 typedef volatile uint16_t REG16;
This page took 0.026081 seconds and 4 git commands to generate.