summaryrefslogtreecommitdiff
path: root/keyboards/hhkb
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2023-03-24 04:21:37 +1100
committerGitHub <noreply@github.com>2023-03-23 17:21:37 +0000
commit1e07ff1fb108a305feca659b17ec03ba3e750455 (patch)
tree2e6de7250e713a53a9c5d35759e3b6add867ebb4 /keyboards/hhkb
parentfa4dfb542fb62e0279e679a10f1ea7e01b4bf61c (diff)
Fix some more missing `#pragma once`s (#20241)
Diffstat (limited to 'keyboards/hhkb')
-rw-r--r--keyboards/hhkb/rn42/suart.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/hhkb/rn42/suart.h b/keyboards/hhkb/rn42/suart.h
index 7d92be0692..40e40648c7 100644
--- a/keyboards/hhkb/rn42/suart.h
+++ b/keyboards/hhkb/rn42/suart.h
@@ -1,8 +1,5 @@
-#ifndef SUART
-#define SUART
+#pragma once
void xmit(uint8_t);
uint8_t rcvr(void);
uint8_t recv(void);
-
-#endif /* SUART */