Replaced esp_system.h inclusion with esp_random.h and esp_mac.h

Signed-off-by: Sudeep Mohanty <sudeep.mohanty@espressif.com>
This commit is contained in:
Sudeep Mohanty
2022-01-12 14:11:44 +05:30
committed by David Cermak
parent 985078affa
commit 1a96ea3efa

View File

@ -2,7 +2,8 @@
#ifdef ESP_PLATFORM
#include "esp_log.h"
#include "esp_system.h"
#include "esp_mac.h"
#include "esp_random.h"
#include <sys/time.h>
#include <stdlib.h>
#include <stdint.h>