Commit 1138485b authored by Cristian Maglie's avatar Cristian Maglie

AVR: Prevent warnings if BIN is previously defined

Fix #4784
Close #4791
parent 7486021e
......@@ -29,6 +29,9 @@
#define DEC 10
#define HEX 16
#define OCT 8
#ifdef BIN // Prevent warnings if BIN is previously defined in "iotnx4.h" or similar
#undef BIN
#endif
#define BIN 2
class Print
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment