Explorar el Código

disable debug

Chris Mullins hace 8 años
padre
commit
0193056805
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      lib/MiLight/MiLightRadio.h
  2. 1 1
      lib/MiLight/PL1167_nRF24.h

+ 1 - 1
lib/MiLight/MiLightRadio.h

@@ -16,7 +16,7 @@
 #include "AbstractPL1167.h"
 #include <MiLightRadioConfig.h>
 
-#define DEBUG_PRINTF
+// #define DEBUG_PRINTF
 
 #ifndef MILIGHTRADIO_H_
 #define MILIGHTRADIO_H_

+ 1 - 1
lib/MiLight/PL1167_nRF24.h

@@ -12,7 +12,7 @@
 #include "AbstractPL1167.h"
 #include "RF24.h"
 
-#define DEBUG_PRINTF
+// #define DEBUG_PRINTF
 
 #ifndef PL1167_NRF24_H_
 #define PL1167_NRF24_H_