From 86681fe44226c636e62320f3cedcaddcd53259e9 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 19 Sep 2013 16:11:11 +0700 Subject: starting to add support for IAR workbench --- tinyusb/class/cdc_host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/class/cdc_host.c') 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 ); } -- cgit v1.3.1