We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 727c9f9 + 591e141 commit 8d93bc1Copy full SHA for 8d93bc1
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