Commit 33392af3 authored by lbernstone's avatar lbernstone Committed by Me No Dev

Missing include gpio.h in esp32-hal-dac.h (#1512)

parent d06fa8ee
......@@ -25,6 +25,7 @@ extern "C" {
#endif
#include "esp32-hal.h"
#include "driver/gpio.h"
void dacWrite(uint8_t pin, uint8_t value);
......
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