fcu.c | 509 int nduty = f->duty; local in function:fcu_set_rpm 517 nduty = uimax(20, nduty - 1); 520 nduty = uimin(0xd0, nduty + 1); 523 DPRINTF("%s nduty %d", __func__, nduty); 524 if (nduty != f->duty) { 525 uint8_t arg = nduty; 530 f->duty = nduty; [all...] |