summaryrefslogtreecommitdiff
path: root/usb_keyboard.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-18 15:10:44 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2024-09-18 15:10:44 -0600
commitf24523d46c4da32870e3368f4e0caecafb19090f (patch)
tree09448e33d8c9d7a309bf9757c2b8e0ee73c5e144 /usb_keyboard.h
parent4469398272d78adb81968178276180f16cc8e647 (diff)
tidy, comments
Diffstat (limited to 'usb_keyboard.h')
-rw-r--r--usb_keyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb_keyboard.h b/usb_keyboard.h
index 40b0bb2..656add8 100644
--- a/usb_keyboard.h
+++ b/usb_keyboard.h
@@ -7,7 +7,7 @@
#ifndef _USB_KEYBOARD_H_
#define _USB_KEYBOARD_H_
-#include "coroutine.h"
+#include "coroutine_chan.h"
typedef cr_chan_t(uint32_t, int) usb_keyboard_chan_t;