diff options
Diffstat (limited to 'usb_keyboard.h')
-rw-r--r-- | usb_keyboard.h | 2 |
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; |