Browse Source
Merge pull request #8275 from GMagician/2.0.x-Typo-fix
[2.0.x] typo fix (removed spaces)
Scott Lahteine
7 years ago
No account linked to committer's email address
|
@@ -63,7 +63,7 @@
|
63
|
63
|
#include "../servo.h"
|
64
|
64
|
#include "../servo_private.h"
|
65
|
65
|
|
66
|
|
-static volatile int8_t Channel[_Nbr_16timers ]; // counter for the servo being pulsed for each timer (or -1 if refresh interval)
|
|
66
|
+static volatile int8_t Channel[_Nbr_16timers]; // counter for the servo being pulsed for each timer (or -1 if refresh interval)
|
67
|
67
|
|
68
|
68
|
|
69
|
69
|
/************ static functions common to all instances ***********************/
|
|
@@ -48,7 +48,7 @@
|
48
|
48
|
#include "../servo.h"
|
49
|
49
|
#include "../servo_private.h"
|
50
|
50
|
|
51
|
|
-static volatile int8_t Channel[_Nbr_16timers ]; // counter for the servo being pulsed for each timer (or -1 if refresh interval)
|
|
51
|
+static volatile int8_t Channel[_Nbr_16timers]; // counter for the servo being pulsed for each timer (or -1 if refresh interval)
|
52
|
52
|
|
53
|
53
|
//------------------------------------------------------------------------------
|
54
|
54
|
/// Interrupt handler for the TC0 channel 1.
|