mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-31 22:24:28 +00:00
usb_host: Run formatting script
This commit is contained in:
@@ -116,12 +116,12 @@ typedef enum {
|
||||
/**
|
||||
* @brief Port handle type
|
||||
*/
|
||||
typedef void * hcd_port_handle_t;
|
||||
typedef void *hcd_port_handle_t;
|
||||
|
||||
/**
|
||||
* @brief Pipe handle type
|
||||
*/
|
||||
typedef void * hcd_pipe_handle_t;
|
||||
typedef void *hcd_pipe_handle_t;
|
||||
|
||||
/**
|
||||
* @brief Port event callback type
|
||||
|
Reference in New Issue
Block a user