[2.0.x] PersistentStore update followup (#11549)
This commit is contained in:
committed by
Scott Lahteine
parent
846bd24eb9
commit
5573ef62c6
@@ -45,7 +45,7 @@
|
||||
#if HAS_SERVOS
|
||||
|
||||
#include <Arduino.h>
|
||||
#include "../servo.h"
|
||||
#include "../shared/servo.h"
|
||||
#include "../shared/servo_private.h"
|
||||
|
||||
static volatile int8_t Channel[_Nbr_16timers]; // counter for the servo being pulsed for each timer (or -1 if refresh interval)
|
||||
@@ -158,4 +158,3 @@ void finISR(timer16_Sequence_t timer) {
|
||||
#endif // HAS_SERVOS
|
||||
|
||||
#endif // ARDUINO_ARCH_SAM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user