Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssoper/331625 to your computer and use it in GitHub Desktop.
Save ssoper/331625 to your computer and use it in GitHub Desktop.
49c49
< ARDUINO = $(INSTALL_DIR)/hardware/arduino/cores/arduino
---
> ARDUINO = $(INSTALL_DIR)/hardware/cores/arduino
141c141
< cat $(ARDUINO)/main.cpp >> applet/$(TARGET).cpp
---
> cat $(ARDUINO)/main.cxx >> applet/$(TARGET).cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment