Reorganize directories

This commit is contained in:
Manuel Bleichenbacher
2018-10-02 20:25:40 +02:00
parent 10decb6886
commit 0f97ce4e0f
16 changed files with 16 additions and 16 deletions

View File

@ -14,10 +14,10 @@
#include "esp_event.h"
#include "esp_log.h"
#include "TheThingsNetwork.h"
#include "config.h"
#include "hal.h"
#include "hal_esp32.h"
#include "lmic.h"
#include "lmic/config.h"
#include "lmic/hal.h"
#include "hal/hal_esp32.h"
#include "lmic/lmic.h"
#include "provisioning.h"