Don't redefine TRUE & FALSE, if already defined

This commit is contained in:
PaulStoffregen
2016-01-05 04:44:39 -08:00
parent 785c93e7d3
commit 48e2c1f03a
+4
View File
@@ -45,8 +45,12 @@
#define ONEWIRE_CRC16 1
#endif
#ifndef FALSE
#define FALSE 0
#endif
#ifndef TRUE
#define TRUE 1
#endif
// Platform specific I/O definitions