Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(usb_host): return ESP_ERR_NO_MEM on failed alloc in client register
Fixes issue where ESP_ERR_NO_MEM was being silently discarded after cleaning up after a failed malloc in usb_host_client_register. Signed-off-by: Daniel Mangum <[email protected]>
- Loading branch information