Browse Source
Merge pull request #8275 from GMagician/2.0.x-Typo-fix
[2.0.x] typo fix (removed spaces)
pull/1/head
Scott Lahteine
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
Marlin/src/HAL/HAL_AVR/servo_AVR.cpp
-
Marlin/src/HAL/HAL_DUE/Servo_Due.cpp
|
@ -63,7 +63,7 @@ |
|
|
#include "../servo.h" |
|
|
#include "../servo.h" |
|
|
#include "../servo_private.h" |
|
|
#include "../servo_private.h" |
|
|
|
|
|
|
|
|
static volatile int8_t Channel[_Nbr_16timers ]; // counter for the servo being pulsed for each timer (or -1 if refresh interval)
|
|
|
static volatile int8_t Channel[_Nbr_16timers]; // counter for the servo being pulsed for each timer (or -1 if refresh interval)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/************ static functions common to all instances ***********************/ |
|
|
/************ static functions common to all instances ***********************/ |
|
|
|
@ -48,7 +48,7 @@ |
|
|
#include "../servo.h" |
|
|
#include "../servo.h" |
|
|
#include "../servo_private.h" |
|
|
#include "../servo_private.h" |
|
|
|
|
|
|
|
|
static volatile int8_t Channel[_Nbr_16timers ]; // counter for the servo being pulsed for each timer (or -1 if refresh interval)
|
|
|
static volatile int8_t Channel[_Nbr_16timers]; // counter for the servo being pulsed for each timer (or -1 if refresh interval)
|
|
|
|
|
|
|
|
|
//------------------------------------------------------------------------------
|
|
|
//------------------------------------------------------------------------------
|
|
|
/// Interrupt handler for the TC0 channel 1.
|
|
|
/// Interrupt handler for the TC0 channel 1.
|
|
|