Fix DAC on ESP32C3

This commit is contained in:
Stephan Hadinger 2021-09-13 14:12:41 +02:00
parent 575e55204d
commit 7b13bfc404

View File

@ -22,7 +22,9 @@
#include <berry.h>
#if defined(CONFIG_IDF_TARGET_ESP32) || defined(CONFIG_IDF_TARGET_ESP32S2)
#include <driver/dac.h>
#endif
/*********************************************************************************************\
* Native functions mapped to Berry functions
*