You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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