diff options
| author | hathach <[email protected]> | 2013-09-19 16:11:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-09-19 16:11:11 +0700 |
| commit | 86681fe44226c636e62320f3cedcaddcd53259e9 (patch) | |
| tree | cd650952db469968d96bef1f4ea18207d3095b8c /tinyusb/class/cdc_host.c | |
| parent | 61c591b9ac49022fd287827951cd1f34d4fdbb1a (diff) | |
starting to add support for IAR workbench
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 ); } |
