Metro-Arduino-Wiring
Metro-Arduino-Wiring copied to clipboard
warning: extra tokens at end of #ifdef directive
When compiling in Arduino IDE 1.6.11, I receive the following error:
Metro.cpp:41:16: warning: extra tokens at end of #ifdef directive
#ifdef NOCATCH-UP
This issue appears to be resolved by changing #ifdef NOCATCH-UP to#ifdef NOCATCH_UP.
Yes, it works. It must be changed in original library.