Skip to content

Commit 643e9f9

Browse files
committed
PWM AVR corrections
1 parent e032123 commit 643e9f9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/AudioPWM/PWMAudioAVR.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11

22
#pragma once
33
#include "AudioConfig.h"
4-
#ifdef ARDUINO_AVR_NANO
4+
#if defined(USE_PWM) && defined(__AVR__)
55
#include "AudioPWM/PWMAudioBase.h"
66
#include "AudioTimer/AudioTimerAVR.h"
77

8-
98
namespace audio_tools {
109

1110
class PWMDriverAVR;

0 commit comments

Comments
 (0)