You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 25, 2025. It is now read-only.
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-UPThis issue appears to be resolved by changing
#ifdef NOCATCH-UPto#ifdef NOCATCH_UP.