Skip to content

Commit

Permalink
Merge pull request #204 from TcMenu/main-esp-dac-check
Browse files Browse the repository at this point in the history
#197 dac check improvement, use has include
  • Loading branch information
davetcc authored Aug 4, 2024
2 parents cb9f59d + 760c4a7 commit b30610c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/esp32/ESP32AnalogDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "ESP32AnalogDevice.h"
#include "IoLogging.h"
#include <SimpleCollections.h>
#ifndef CONFIG_IDF_TARGET_ESP32S3
#if __has_include(<driver/dac.h>)
#include <driver/dac.h>
#define ESP_HAS_DAC
#else
Expand Down

0 comments on commit b30610c

Please sign in to comment.