Metro-Arduino-Wiring icon indicating copy to clipboard operation
Metro-Arduino-Wiring copied to clipboard

warning: extra tokens at end of #ifdef directive

Open nabontra opened this issue 9 years ago • 1 comments

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.

nabontra avatar Sep 06 '16 04:09 nabontra

Yes, it works. It must be changed in original library.

joseitor avatar Aug 03 '17 10:08 joseitor