lots of compiler complaining over these...
This commit is contained in:
parent
41da70278f
commit
afd99d2586
1 changed files with 3 additions and 1 deletions
|
@ -1,11 +1,13 @@
|
|||
#ifndef __MAIN_H_
|
||||
#define __MAIN_H_
|
||||
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "freertos/queue.h"
|
||||
#include "nvs_flash.h"
|
||||
|
||||
#define PUMP_COUNT (4)
|
||||
|
||||
static xQueueHandle gpio_evt_queue = NULL;
|
||||
static QueueHandle_t gpio_evt_queue = NULL;
|
||||
nvs_handle_t config_handle;
|
||||
|
||||
extern uint8_t mac[6];
|
||||
|
|
Loading…
Reference in a new issue