1
0

src/Model01-Firmware.h: Add a #pragma once to make cpplint happy

Signed-off-by: Gergely Nagy <algernon@keyboard.io>
This commit is contained in:
Gergely Nagy
2018-10-22 00:28:39 +02:00
parent 5343f4306e
commit 479f992271
+2
View File
@@ -0,0 +1,2 @@
// Lets make cpplint happy!
#pragma once