]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Fix Orthodox compile issue in online configurator (#3044)
authorDrashna Jaelre <drashna@live.com>
Fri, 25 May 2018 17:51:06 +0000 (10:51 -0700)
committerskullydazed <skullydazed@users.noreply.github.com>
Fri, 25 May 2018 17:51:06 +0000 (10:51 -0700)
keyboards/orthodox/serial.c

index 4936e4249f0fe0d745f76410c1ac9988be6d9be5..fea57b651018f5b6193b59983a2054b614c9048f 100644 (file)
@@ -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.