diff options
Diffstat (limited to 'tinyusb/class/cdc_host.c')
| -rw-r--r-- | tinyusb/class/cdc_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/cdc_host.c b/tinyusb/class/cdc_host.c index c15140ea8..8f4bc7e21 100644 --- a/tinyusb/class/cdc_host.c +++ b/tinyusb/class/cdc_host.c @@ -289,7 +289,7 @@ void cdch_close(uint8_t dev_addr) ASSERT(err1 == TUSB_ERROR_NONE && err2 == TUSB_ERROR_NONE && - err3 == TUSB_ERROR_NONE, (void) 0 ); + err3 == TUSB_ERROR_NONE, VOID_RETURN ); } |
