aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2025-01-14 07:41:50 +0000
committerJuan J. Martinez <jjm@usebox.net>2025-01-14 07:41:50 +0000
commita537e368e1a306840076f03919dd97e4b5d50130 (patch)
tree3816a0734816d9d2e1a1b1a398bc853e8d13d329
parentbdeec2132d0c4b227ccd457114531f84956a188a (diff)
downloaduboxlib-dos-a537e368e1a306840076f03919dd97e4b5d50130.tar.gz
uboxlib-dos-a537e368e1a306840076f03919dd97e4b5d50130.zip
Use pragmaHEADmain
-rw-r--r--include/ubox_keyb.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ubox_keyb.h b/include/ubox_keyb.h
index 6c3a95b..2791ea8 100644
--- a/include/ubox_keyb.h
+++ b/include/ubox_keyb.h
@@ -1,5 +1,4 @@
-#ifndef _UBOX_KEYB_H
-#define _UBOX_KEYB_H
+#pragma once
extern volatile uint8_t ubox_keys[0xff];
@@ -34,5 +33,3 @@ void ubox_keyb_free();
#define UBOX_KEY_F10 68
#define UBOX_KEY_F11 87
#define UBOX_KEY_F12 88
-
-#endif /* _UBOX_KEYB_H */