change boolean to bool
This commit is contained in:
parent
1279a6cf4b
commit
16602f4003
4 changed files with 5 additions and 5 deletions
Firmware
|
@ -231,7 +231,7 @@ static void finISR(timer16_Sequence_t timer)
|
|||
#endif
|
||||
}
|
||||
|
||||
static boolean isTimerActive(timer16_Sequence_t timer)
|
||||
static bool isTimerActive(timer16_Sequence_t timer)
|
||||
{
|
||||
// returns true if any servo is active on this timer
|
||||
for(uint8_t channel=0; channel < SERVOS_PER_TIMER; channel++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue