Explorar el Código

Fix compiler warning symbol __AVR redefined.

Marek Bel hace 6 años
padre
commit
bc1f416602
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Firmware/uni_avr_rpi.h

+ 1 - 1
Firmware/uni_avr_rpi.h

@@ -1,5 +1,4 @@
 // unification for AVR and RPI
-#define __AVR
 
 #ifdef __AVR
 	//#include "Arduino.h"
@@ -29,3 +28,4 @@
 	void print(int v) { printf("%d", v); }
 	void print(float v) { printf("%f", v); }
 #endif //RC522_RPI
+