[2.0.x] removed spaces

Removed spaces in array declaration
This commit is contained in:
GMagician 2017-11-05 20:42:48 +01:00
parent 7de8a66780
commit 9e93b7ccbd
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@
#include "../servo.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 ***********************/

View File

@ -48,7 +48,7 @@
#include "../servo.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.