diff options
| author | hathach <[email protected]> | 2022-03-16 10:55:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-03-16 10:55:18 +0700 |
| commit | fd2ea2605e67673d4264b56649612b34fa93807d (patch) | |
| tree | e0e2d93a3f30e621fd7e83dad0274c21168859c8 /src/host/usbh.h | |
| parent | 1915d69cb8da8372b35a5067420c57ddb65d2cb1 (diff) | |
fix -Wnull-dereference warnings
Diffstat (limited to 'src/host/usbh.h')
| -rw-r--r-- | src/host/usbh.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/host/usbh.h b/src/host/usbh.h index 3bd40c50d..fc0590190 100644 --- a/src/host/usbh.h +++ b/src/host/usbh.h @@ -201,6 +201,10 @@ uint8_t tuh_descriptor_get_product_string_sync(uint8_t daddr, uint16_t language_ // return transfer result uint8_t tuh_descriptor_get_serial_string_sync(uint8_t daddr, uint16_t language_id, void* buffer, uint16_t len, uint8_t timeout_ms); +//--------------------------------------------------------------------+ +// +//--------------------------------------------------------------------+ + #ifdef __cplusplus } #endif |
