~ruther/qmk_firmware

82466aafd12f936cd3b2582ea7deaf507ec893ec — Drashna Jaelre 7 years ago 220b511
Fix Orthodox compile issue in online configurator (#3044)

1 files changed, 1 insertions(+), 1 deletions(-)

M keyboards/orthodox/serial.c
M keyboards/orthodox/serial.c => keyboards/orthodox/serial.c +1 -1
@@ 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.