rename tusb_event_t to xfer_result_t
This commit is contained in:
@@ -66,7 +66,7 @@ void keyboard_app_umount(uint8_t rhport)
|
||||
|
||||
}
|
||||
|
||||
void tud_hid_keyboard_cb(uint8_t rhport, tusb_event_t event, uint32_t xferred_bytes)
|
||||
void tud_hid_keyboard_cb(uint8_t rhport, xfer_result_t event, uint32_t xferred_bytes)
|
||||
{
|
||||
switch(event)
|
||||
{
|
||||
|
||||
@@ -66,7 +66,7 @@ void mouse_app_umount(uint8_t rhport)
|
||||
|
||||
}
|
||||
|
||||
void tud_hid_mouse_cb(uint8_t rhport, tusb_event_t event, uint32_t xferred_bytes)
|
||||
void tud_hid_mouse_cb(uint8_t rhport, xfer_result_t event, uint32_t xferred_bytes)
|
||||
{
|
||||
switch(event)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user