diff options
| author | Drashna Jaelre <drashna@live.com> | 2018-05-25 10:51:06 -0700 | 
|---|---|---|
| committer | skullydazed <skullydazed@users.noreply.github.com> | 2018-05-25 10:51:06 -0700 | 
| commit | 82466aafd12f936cd3b2582ea7deaf507ec893ec (patch) | |
| tree | 77c41e5108c0ee0cbb4618ba583443bd4fef4137 | |
| parent | 220b5119fa38c73deab194affe65b74073890c8e (diff) | |
| download | firmware-82466aafd12f936cd3b2582ea7deaf507ec893ec.tar.gz firmware-82466aafd12f936cd3b2582ea7deaf507ec893ec.tar.bz2 firmware-82466aafd12f936cd3b2582ea7deaf507ec893ec.zip | |
Fix Orthodox compile issue in online configurator (#3044)
| -rw-r--r-- | keyboards/orthodox/serial.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/keyboards/orthodox/serial.c b/keyboards/orthodox/serial.c index 4936e4249..fea57b651 100644 --- a/keyboards/orthodox/serial.c +++ b/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. | 
