We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cf59f commit dd712dbCopy full SHA for dd712db
cores/esp32/esp32-hal-ledc.h
@@ -24,6 +24,8 @@ extern "C" {
24
25
#include <stdint.h>
26
#include <stdbool.h>
27
+#include "freertos/FreeRTOS.h"
28
+#include "freertos/semphr.h"
29
30
typedef enum {
31
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