diff options
Diffstat (limited to 'tmk_core/protocol/adb.h')
-rw-r--r-- | tmk_core/protocol/adb.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tmk_core/protocol/adb.h b/tmk_core/protocol/adb.h index 7d37485fc..34cbcf769 100644 --- a/tmk_core/protocol/adb.h +++ b/tmk_core/protocol/adb.h | |||
@@ -35,8 +35,7 @@ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |||
35 | POSSIBILITY OF SUCH DAMAGE. | 35 | POSSIBILITY OF SUCH DAMAGE. |
36 | */ | 36 | */ |
37 | 37 | ||
38 | #ifndef ADB_H | 38 | #pragma once |
39 | #define ADB_H | ||
40 | 39 | ||
41 | #include <stdint.h> | 40 | #include <stdint.h> |
42 | #include <stdbool.h> | 41 | #include <stdbool.h> |
@@ -57,5 +56,3 @@ void adb_host_listen(uint8_t cmd, uint8_t data_h, uint8_t data_l); | |||
57 | void adb_host_kbd_led(uint8_t led); | 56 | void adb_host_kbd_led(uint8_t led); |
58 | void adb_mouse_task(void); | 57 | void adb_mouse_task(void); |
59 | void adb_mouse_init(void); | 58 | void adb_mouse_init(void); |
60 | |||
61 | #endif | ||