summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.h b/config.h
index 00816db..72357e3 100644
--- a/config.h
+++ b/config.h
@@ -1,3 +1,6 @@
+#ifndef CONFIG_H
+#define CONFIG_H
+
#define F_CPU 8000000UL
#define LED_COUNT 50
@@ -16,3 +19,5 @@
{26, 37}
#define ISR_PIN PB4
+
+#endif