driver(dac): fix dac header file self contained issue
Closes https://github.com/espressif/esp-idf/issues/2560
This commit is contained in:
parent
02a53166b6
commit
8357318945
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ extern "C" {
|
|||
|
||||
#include <stdint.h>
|
||||
#include "esp_err.h"
|
||||
#include "driver/gpio.h"
|
||||
#include "soc/dac_periph.h"
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Reference in a new issue