Skip to content

Commit 15eefce

Browse files
committed
Missing include gpio.h in esp32-hal-dac.h (#1512)
1 parent a072188 commit 15eefce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ extern "C" {
2525
#endif
2626

2727
#include "esp32-hal.h"
28+
#include "driver/gpio.h"
2829

2930
void dacWrite(uint8_t pin, uint8_t value);
3031

0 commit comments

Comments
 (0)