diff options
| author | hathach <[email protected]> | 2019-05-15 12:57:31 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-15 12:57:31 +0700 |
| commit | 8ccecde18e9cf10397ce483fa14564f859686bde (patch) | |
| tree | 45c92cefce4d9ab63cc6cfb32064b8a41525bc65 /src/device | |
| parent | 2582dfb3af270c4f0ed08336cb5fc88956c64076 (diff) | |
lpc1769 work with makefile
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index 95b3f37d4..56d895388 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -382,7 +382,7 @@ static bool process_control_request(uint8_t rhport, tusb_control_request_t const break;
case TUSB_REQ_GET_DESCRIPTOR:
- TU_ASSERT( process_get_descriptor(rhport, p_request) );
+ TU_VERIFY( process_get_descriptor(rhport, p_request) );
break;
case TUSB_REQ_SET_FEATURE:
|
