From f24523d46c4da32870e3368f4e0caecafb19090f Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 18 Sep 2024 15:10:44 -0600 Subject: tidy, comments --- usb_keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb_keyboard.h') 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; -- cgit v1.2.3-2-g168b