Преглед на файлове

Fix Orthodox compile issue in online configurator (#3044)

Drashna Jaelre преди 7 години
родител
ревизия
82466aafd1
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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.