Replace all remaining 'boolean' with 'bool'
This commit is contained in:
@ -227,7 +227,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++) {
|
||||
if (SERVO(timer, channel).Pin.isActive)
|
||||
|
Reference in New Issue
Block a user