error: unknown type name 'System_Event_t'
Steakache opened this issue · 1 comments
Steakache commented
Hi buddies,
I successfully build toolchain in my raspberry.
I could build "blinky" example, but I had this error for the "dweet" example :
make
CC user/user_main.c
user/user_main.c:92:20: error: unknown type name 'System_Event_t'
void wifi_callback(System_Event_t *evt )
^
Any idea ?
Thank you
Steakache commented
Ok I just used the last version of esp_iot_sdk (v1.2.0) and the problem is resolved