aboutsummaryrefslogtreecommitdiff
path: root/src/Model01-Firmware.h
diff options
context:
space:
mode:
authorJesse Vincent <jesse@fsck.com>2018-10-21 20:27:44 -0700
committerGitHub <noreply@github.com>2018-10-21 20:27:44 -0700
commita963b8074e72d05b231ac7af65b897fa405cbc58 (patch)
treef25541e2c50b99dfd55e6be25e45aedc777149d5 /src/Model01-Firmware.h
parentTravis cleanup (diff)
parentsrc/Model01-Firmware.h: Add a #pragma once to make cpplint happy (diff)
downloadkeyboardio-model01-a963b8074e72d05b231ac7af65b897fa405cbc58.tar.gz
keyboardio-model01-a963b8074e72d05b231ac7af65b897fa405cbc58.tar.bz2
keyboardio-model01-a963b8074e72d05b231ac7af65b897fa405cbc58.zip
Merge pull request #67 from keyboardio/h/warning-fixes
Two small warning fixes
Diffstat (limited to 'src/Model01-Firmware.h')
-rw-r--r--src/Model01-Firmware.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Model01-Firmware.h b/src/Model01-Firmware.h
index e69de29..8a4dc34 100644
--- a/src/Model01-Firmware.h
+++ b/src/Model01-Firmware.h
@@ -0,0 +1,2 @@
+// Lets make cpplint happy!
+#pragma once