Skip to content

Commit 2ec29b6

Browse files
lbernstoneCurclamas
authored andcommitted
Missing include gpio.h in esp32-hal-dac.h (espressif#1512)
1 parent 5af20f8 commit 2ec29b6

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)