Skip to content

Commit dd712db

Browse files
authored
fix(ledc): Add missing include for SemaphoreHandle_t (#9133) (#9134)
1 parent f7cf59f commit dd712db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: cores/esp32/esp32-hal-ledc.h

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ extern "C" {
2424

2525
#include <stdint.h>
2626
#include <stdbool.h>
27+
#include "freertos/FreeRTOS.h"
28+
#include "freertos/semphr.h"
2729

2830
typedef enum {
2931
NOTE_C, NOTE_Cs, NOTE_D, NOTE_Eb, NOTE_E, NOTE_F, NOTE_Fs, NOTE_G, NOTE_Gs, NOTE_A, NOTE_Bb, NOTE_B, NOTE_MAX

0 commit comments

Comments
 (0)