main/task_wifi.h

changeset 44
e52d11b8f252
parent 0
88d965579617
child 47
1ab1f4a8c328
equal deleted inserted replaced
43:70c99c2084dc 44:e52d11b8f252
46 */ 46 */
47 bool ready_WiFi(void); 47 bool ready_WiFi(void);
48 48
49 /** 49 /**
50 * @brief Main task for the wifi_manager 50 * @brief Main task for the wifi_manager
51 * @param pvParameters Parameters for the task.
51 */ 52 */
52 void task_wifi(void *); 53 void task_wifi(void *pvParameters);
53 54
54 55
55 #endif 56 #endif

mercurial