Explorar o código

Fix Orthodox compile issue in online configurator (#3044)

Drashna Jaelre %!s(int64=7) %!d(string=hai) anos
pai
achega
82466aafd1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      keyboards/orthodox/serial.c

+ 1 - 1
keyboards/orthodox/serial.c

@@ -12,7 +12,7 @@
 #include <stdbool.h>
 #include "serial.h"
 
-#ifdef USE_SERIAL
+#ifndef USE_I2C
 
 // Serial pulse period in microseconds. Its probably a bad idea to lower this
 // value.