Merge pull request #13119 from s-hadinger/fix_dac_c3

Fix DAC on ESP32C3
This commit is contained in:
s-hadinger 2021-09-13 14:35:58 +02:00 committed by GitHub
commit 1af73a9f4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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
*