This commit is contained in:
parent
2a55d69ac4
commit
727dc8c2ee
3 changed files with 10 additions and 0 deletions
|
|
@ -5,10 +5,15 @@
|
|||
#ifndef FIRMWARE_WIFI_H
|
||||
#define FIRMWARE_WIFI_H
|
||||
|
||||
#include <FreeRTOS.h>
|
||||
#include <semphr.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern SemaphoreHandle_t wifi_available_semaphore;
|
||||
|
||||
void wifi_task(void *pvParameters);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue