From 1a96ea3efaa7f472fa80f21215de80b727f02b0b Mon Sep 17 00:00:00 2001 From: Sudeep Mohanty Date: Wed, 12 Jan 2022 14:11:44 +0530 Subject: [PATCH] Replaced esp_system.h inclusion with esp_random.h and esp_mac.h Signed-off-by: Sudeep Mohanty --- lib/platform_esp32_idf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/platform_esp32_idf.c b/lib/platform_esp32_idf.c index cf83450..cf88477 100644 --- a/lib/platform_esp32_idf.c +++ b/lib/platform_esp32_idf.c @@ -2,7 +2,8 @@ #ifdef ESP_PLATFORM #include "esp_log.h" -#include "esp_system.h" +#include "esp_mac.h" +#include "esp_random.h" #include #include #include