Fix indentation
This commit is contained in:
@@ -1,12 +1,15 @@
|
|||||||
#ifndef MAIN_HPP
|
#ifndef MAIN_HPP
|
||||||
#define MAIN_HPP
|
#define MAIN_HPP
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
extern volatile bool criticalErrorFlag;
|
#include "freertos/FreeRTOS.h"
|
||||||
extern EventGroupHandle_t connectivity_event_group;
|
#include "freertos/event_groups.h"
|
||||||
|
|
||||||
#define WIFI_CONNECTED_BIT BIT0
|
extern volatile bool criticalErrorFlag;
|
||||||
#define MQTT_CONNECTED_BIT BIT1
|
extern EventGroupHandle_t connectivity_event_group;
|
||||||
|
|
||||||
#endif
|
#define WIFI_CONNECTED_BIT BIT0
|
||||||
|
#define MQTT_CONNECTED_BIT BIT1
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user