]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary one...
authorofples <plesserofer@gmail.com>
Fri, 25 Nov 2016 07:17:40 +0000 (09:17 +0200)
committerofples <plesserofer@gmail.com>
Fri, 25 Nov 2016 07:17:40 +0000 (09:17 +0200)
quantum/config_common.h

index 8ed5f4a106e47edcd44c46d8b9a49221d0f4c225..443473292de66fa918da1c3f9f99c3ebee908304 100644 (file)
@@ -76,6 +76,7 @@
         } while(0)
 #   else
 #       error "USART configuration is needed."
+#   endif
 #endif
 
 // I'm fairly sure these aren't needed, but oh well - Jack
 
 #endif
 
-#endif