summaryrefslogtreecommitdiffstats
path: root/quantum/config_common.h
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-11-26 08:02:38 +0100
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2016-11-26 08:02:38 +0100
commit17acde94ee2695ab69ea336742c904d649dce17c (patch)
tree9c2dd322aaa41aed2540d5d2321ffcce3d8eda04 /quantum/config_common.h
parentde1df639535817e17f1c01f07e7a629cec478526 (diff)
downloadqmk_firmware-17acde94ee2695ab69ea336742c904d649dce17c.tar.gz
qmk_firmware-17acde94ee2695ab69ea336742c904d649dce17c.tar.xz
Fix unterminated ifndef
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r--quantum/config_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h
index 21960f1a0..4d3939dae 100644
--- a/quantum/config_common.h
+++ b/quantum/config_common.h
@@ -78,3 +78,5 @@
# error "USART configuration is needed."
# endif
#endif
+
+#endif \ No newline at end of file