Browse Source

Fix serial split for Helix

pull/3051/head
Drashna Jaelre 6 years ago
parent
commit
72538df105
No known key found for this signature in database GPG Key ID: 4C4221222CD5F9F0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/helix/serial.c

+ 1
- 1
keyboards/helix/serial.c 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.


Loading…
Cancel
Save