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 727c9f9 commit 591e141Copy full SHA for 591e141
src/megaavr/ServoTimers.h
@@ -26,8 +26,8 @@
26
27
#include <avr/io.h>
28
29
-#define USE_TIMERB1 // interferes with PWM on pin 3
30
-//#define USE_TIMERB2 // interferes with PWM on pin 11
+//#define USE_TIMERB1 // interferes with PWM on pin 3
+#define USE_TIMERB2 // interferes with PWM on pin 11
31
//#define USE_TIMERB0 // interferes with PWM on pin 6
32
33
#if !defined(USE_TIMERB1) && !defined(USE_TIMERB2) && !defined(USE_TIMERB0)
0 commit comments