Fix compiler warning symbol __AVR redefined.
This commit is contained in:
parent
2c00f065fd
commit
bc1f416602
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user