Explorar o código

Added missing endif for ifdef __AVR_ATmega32U4__ and removed the unnecessary one at the end of the file

ofples %!s(int64=8) %!d(string=hai) anos
pai
achega
03d6e165bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      quantum/config_common.h

+ 1 - 1
quantum/config_common.h

@@ -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
@@ -125,4 +126,3 @@
 
 #endif
 
-#endif