Skip to content

Instantly share code, notes, and snippets.

@nadavmatalon
Last active October 14, 2016 18:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nadavmatalon/b4010732d720d8524934d803823d9b32 to your computer and use it in GitHub Desktop.
Save nadavmatalon/b4010732d720d8524934d803823d9b32 to your computer and use it in GitHub Desktop.
ARDUINO: Preprocessor Bug Fix
// preprocessor bug fix (place at the very top of the arduino code)
#if 1
__asm volatile ("nop");
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment