From d282266beb71bfb9b21cf00f3025c01df7dd8e4d Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 24 Sep 2024 14:16:35 -0600 Subject: rename cr_chan to cr_rpc --- usb_keyboard.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usb_keyboard.h') diff --git a/usb_keyboard.h b/usb_keyboard.h index 656add8..6b65360 100644 --- a/usb_keyboard.h +++ b/usb_keyboard.h @@ -7,9 +7,9 @@ #ifndef _USB_KEYBOARD_H_ #define _USB_KEYBOARD_H_ -#include "coroutine_chan.h" +#include "coroutine_rpc.h" -typedef cr_chan_t(uint32_t, int) usb_keyboard_chan_t; +typedef cr_rpc_t(uint32_t, int) usb_keyboard_rpc_t; void usb_keyboard_init(void); COROUTINE usb_keyboard_cr(void *arg); -- cgit v1.2.3-2-g168b