mirror of
https://github.com/manuelbl/ttn-esp32.git
synced 2025-08-17 20:20:34 +02:00
fix compilation issues
This commit is contained in:
committed by
Manuel Bleichenbacher
parent
ffcdd12d48
commit
e7d9caefe1
@ -15,6 +15,7 @@
|
||||
#include "esp_event.h"
|
||||
#include "esp_log.h"
|
||||
#include "esp_system.h"
|
||||
#include "esp_mac.h"
|
||||
#include "freertos/FreeRTOS.h"
|
||||
#include "hal/hal_esp32.h"
|
||||
#include "lmic/lmic.h"
|
||||
@ -605,4 +606,4 @@ bool is_all_zeros(const uint8_t *buf, int len)
|
||||
if (buf[i] != 0)
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user