From a3c2e9723bcd8953996da245471ea60f5f94b507 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Sat, 17 Feb 2024 14:21:46 +0100 Subject: [PATCH] Fix for Linux build #641 --- src/dev/esp32/esp32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev/esp32/esp32.h b/src/dev/esp32/esp32.h index 401a4435..825a0eea 100644 --- a/src/dev/esp32/esp32.h +++ b/src/dev/esp32/esp32.h @@ -6,9 +6,9 @@ #include "hasp_conf.h" #include "../device.h" -#include "driver/ledc.h" #if defined(ESP32) +#include "driver/ledc.h" #ifndef BACKLIGHT_FREQUENCY #define BACKLIGHT_FREQUENCY 20000