change boolean to bool

This commit is contained in:
Guðni Már Gilbert 2021-06-24 17:02:18 +00:00 committed by DRracer
parent 1279a6cf4b
commit 16602f4003
4 changed files with 5 additions and 5 deletions
Firmware

View file

@ -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++) {