Fix Orthodox compile issue in online configurator (#3044)

This commit is contained in:
Drashna Jaelre 2018-05-25 10:51:06 -07:00 committed by skullydazed
parent 220b5119fa
commit 82466aafd1
1 changed files with 1 additions and 1 deletions

View 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.