diff options
Diffstat (limited to 'keyboards/helix/serial.c')
| -rw-r--r-- | keyboards/helix/serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/helix/serial.c b/keyboards/helix/serial.c index e918ab6ee..51ab67fb3 100644 --- a/keyboards/helix/serial.c +++ b/keyboards/helix/serial.c | |||
| @@ -16,7 +16,7 @@ | |||
| 16 | 16 | ||
| 17 | // Serial pulse period in microseconds. Its probably a bad idea to lower this | 17 | // Serial pulse period in microseconds. Its probably a bad idea to lower this |
| 18 | // value. | 18 | // value. |
| 19 | #define SERIAL_DELAY 24 | 19 | #define SERIAL_DELAY 30 |
| 20 | 20 | ||
| 21 | uint8_t volatile serial_slave_buffer[SERIAL_SLAVE_BUFFER_LENGTH] = {0}; | 21 | uint8_t volatile serial_slave_buffer[SERIAL_SLAVE_BUFFER_LENGTH] = {0}; |
| 22 | uint8_t volatile serial_master_buffer[SERIAL_MASTER_BUFFER_LENGTH] = {0}; | 22 | uint8_t volatile serial_master_buffer[SERIAL_MASTER_BUFFER_LENGTH] = {0}; |
