]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - quantum/split_common/serial.h
[Keyboard] Refactor handwired/splittest to support multiple boards (#6373)
[qmk_firmware.git] / quantum / split_common / serial.h
index b6638b3bdee9a7a8d4f9c65695fc96c9550276f0..1c1e640069c91e6245946ea3c6a7e3b421223eda 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef SOFT_SERIAL_H
-#define SOFT_SERIAL_H
+#pragma once
 
 #include <stdbool.h>
 
@@ -61,5 +60,3 @@ int  soft_serial_transaction(int sstd_index);
 #ifdef SERIAL_USE_MULTI_TRANSACTION
 int  soft_serial_get_and_clean_status(int sstd_index);
 #endif
-
-#endif /* SOFT_SERIAL_H */