lpc1769 work with makefile

This commit is contained in:
hathach
2019-05-15 12:57:31 +07:00
parent 2582dfb3af
commit 8ccecde18e
3 changed files with 6 additions and 6 deletions

View File

@@ -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: