fix build brak due to clang-format

This commit is contained in:
Florian Ludwig 2018-06-10 22:09:16 +02:00
parent 2c60277737
commit 05ab177ee8

View File

@ -17,8 +17,8 @@
#endif #endif
// LMIC-Arduino LoRaWAN Stack // LMIC-Arduino LoRaWAN Stack
#include <hal/hal.h>
#include <lmic.h> #include <lmic.h>
#include <hal/hal.h>
// LED controls // LED controls
#ifdef HAS_RGB_LED #ifdef HAS_RGB_LED