소스 검색

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.