removed unneeded #include

This commit is contained in:
Charles 2018-04-05 08:46:59 +02:00
parent ba76646f21
commit 549e9ef944
4 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
/* configmanager persists runtime configuration using NVRAM of ESP32*/ /* configmanager persists runtime configuration using NVRAM of ESP32*/
#include "main.h"
#include "globals.h" #include "globals.h"
#include <nvs.h> #include <nvs.h>
#include <nvs_flash.h> #include <nvs_flash.h>

View File

@ -1,5 +1,4 @@
// Basic Config // Basic Config
#include "main.h"
#include "globals.h" #include "globals.h"
// LMIC-Arduino LoRaWAN Stack // LMIC-Arduino LoRaWAN Stack

View File

@ -3,7 +3,6 @@
// checks commands and executes each command with 1 argument per command // checks commands and executes each command with 1 argument per command
// Basic Config // Basic Config
#include "main.h"
#include "globals.h" #include "globals.h"
// LMIC-Arduino LoRaWAN Stack // LMIC-Arduino LoRaWAN Stack

View File

@ -1,5 +1,4 @@
// Basic Config // Basic Config
#include "main.h"
#include "globals.h" #include "globals.h"
#ifdef HAS_RGB_LED #ifdef HAS_RGB_LED