Unverified Commit dd712db3 authored by Sly Gryphon's avatar Sly Gryphon Committed by GitHub

fix(ledc): Add missing include for SemaphoreHandle_t (#9133) (#9134)

parent f7cf59f7
......@@ -24,6 +24,8 @@ extern "C" {
#include <stdint.h>
#include <stdbool.h>
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
typedef enum {
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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment