Skip to content

Commit

Permalink
Fix for Linux build #641
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Feb 17, 2024
1 parent 2fe7bcc commit a3c2e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/esp32/esp32.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3c2e97

Please sign in to comment.