浏览代码

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.