Fix compiler warning symbol __AVR redefined.

This commit is contained in:
Marek Bel 2018-07-12 18:26:29 +02:00
parent 2c00f065fd
commit bc1f416602

View File

@ -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