mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
header: callbacks use "void *" as arguments
This commit is contained in:
@@ -153,7 +153,7 @@ typedef enum {
|
||||
* @return ESP_OK : succeed
|
||||
* @return others : fail
|
||||
*/
|
||||
typedef esp_err_t (* wifi_startup_cb_t)(void);
|
||||
typedef esp_err_t (* wifi_startup_cb_t)(void *param);
|
||||
void esp_wifi_startup(wifi_startup_cb_t cb);
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user