From 5f926a60d2c80ed00665d6a09690b90ce531d8a2 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Wed, 10 Jun 2015 22:17:49 +0200 Subject: Add include guards, fix compilation with arduino-makefile Include guards are needed because files are concatenated. https://github.com/Lekensteyn/arduino-makefile (forked from https://github.com/tomswartz07/arduino-makefile) --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4fe7862..492658d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ .*.sw? __pycache__/ *.py[oc] +bin/ -- cgit v1.2.1