Explorar el Código

Fix Orthodox compile issue in online configurator (#3044)

Drashna Jaelre hace 7 años
padre
commit
82466aafd1
Se han modificado 1 ficheros con 1 adiciones y 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.