diff options
author | ofples <plesserofer@gmail.com> | 2016-11-25 09:17:40 +0200 |
---|---|---|
committer | ofples <plesserofer@gmail.com> | 2016-11-25 09:17:40 +0200 |
commit | 03d6e165bb0baf9d0093250d3c3c0771290df4d6 (patch) | |
tree | 80ed3c6d5bb5539fe04add5da3a9b6a72461885b /quantum/config_common.h | |
parent | 3be13d1ffb43216aff1300cdce79512559bdde7c (diff) | |
download | qmk_firmware-03d6e165bb0baf9d0093250d3c3c0771290df4d6.tar.gz qmk_firmware-03d6e165bb0baf9d0093250d3c3c0771290df4d6.zip |
Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary one at the end of the file
Diffstat (limited to 'quantum/config_common.h')
-rw-r--r-- | quantum/config_common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/config_common.h b/quantum/config_common.h index 8ed5f4a10..443473292 100644 --- a/quantum/config_common.h +++ b/quantum/config_common.h | |||
@@ -76,6 +76,7 @@ | |||
76 | } while(0) | 76 | } while(0) |
77 | # else | 77 | # else |
78 | # error "USART configuration is needed." | 78 | # error "USART configuration is needed." |
79 | # endif | ||
79 | #endif | 80 | #endif |
80 | 81 | ||
81 | // I'm fairly sure these aren't needed, but oh well - Jack | 82 | // I'm fairly sure these aren't needed, but oh well - Jack |
@@ -125,4 +126,3 @@ | |||
125 | 126 | ||
126 | #endif | 127 | #endif |
127 | 128 | ||
128 | #endif | ||