Patch M_PI in Marduino.h
This commit is contained in:
@ -64,3 +64,7 @@
|
||||
#define RST_JTAG 16
|
||||
#define RST_SOFTWARE 32
|
||||
#define RST_BACKUP 64
|
||||
|
||||
#ifndef M_PI
|
||||
#define M_PI 3.14159265358979323846f
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user