We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1199de commit f617e5eCopy full SHA for f617e5e
src/AudioPWM/AudioPWM.h
@@ -1,8 +1,8 @@
1
#pragma once
2
#include "AudioConfig.h"
3
#ifdef USE_PWM
4
-#include "AudioPWM/PWMAudioRP2040.h"
5
#include "AudioPWM/PWMAudioESP32.h"
+#include "AudioPWM/PWMAudioRP2040.h"
6
#include "AudioPWM/PWMAudioMBED.h"
7
// this is experimental at the moment
8
#include "AudioPWM/PWMAudioAVR.h"
src/AudioPWM/PWMAudioRP2040.h
@@ -1,6 +1,6 @@
-#if defined(ARDUINO_ARCH_RP2040) && !__has_include("mbed.h")
+#if defined(ARDUINO_ARCH_RP2040)
#include "AudioPWM/PWMAudioBase.h"
#include "hardware/gpio.h"
#include "hardware/adc.h"
0 commit comments