Fix sq
/min
/max
macros after platform headers
This commit is contained in:
@ -32,6 +32,10 @@
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
// Redefine sq macro defined by teensy3/wiring.h
|
||||
#undef sq
|
||||
#define sq(x) ((x)*(x))
|
||||
|
||||
#include "fastio_Teensy.h"
|
||||
#include "watchdog_Teensy.h"
|
||||
|
||||
|
Reference in New Issue
Block a user