[core] Fix 5.4.0 build issue (#8455)

Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
This commit is contained in:
Jonathan Swoboda
2025-03-24 02:46:31 +00:00
committed by GitHub
co-authored by Keith Burzinski
parent 48a7927a60
commit 6787730aa4
+1 -1
View File
@@ -44,7 +44,7 @@
#include <random>
#endif
#ifdef USE_ESP32
#include "esp32/rom/crc.h"
#include "rom/crc.h"
#if ESP_IDF_VERSION >= ESP_IDF_VERSION_VAL(5, 3, 2)
#include "esp_mac.h"
#endif