diff options
Diffstat (limited to 'keyboards/yosino58/serial.h')
-rw-r--r-- | keyboards/yosino58/serial.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/yosino58/serial.h b/keyboards/yosino58/serial.h index 7e0c0847a..ac3459c87 100644 --- a/keyboards/yosino58/serial.h +++ b/keyboards/yosino58/serial.h | |||
@@ -1,5 +1,4 @@ | |||
1 | #ifndef SOFT_SERIAL_H | 1 | #pragma once |
2 | #define SOFT_SERIAL_H | ||
3 | 2 | ||
4 | #include <stdbool.h> | 3 | #include <stdbool.h> |
5 | 4 | ||
@@ -80,5 +79,3 @@ int soft_serial_transaction(int sstd_index); | |||
80 | #ifdef SERIAL_USE_MULTI_TRANSACTION | 79 | #ifdef SERIAL_USE_MULTI_TRANSACTION |
81 | int soft_serial_get_and_clean_status(int sstd_index); | 80 | int soft_serial_get_and_clean_status(int sstd_index); |
82 | #endif | 81 | #endif |
83 | |||
84 | #endif /* SOFT_SERIAL_H */ | ||