mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-09-25 07:25:08 +08:00
PWM input driver: Fix code style
This commit is contained in:
@@ -599,6 +599,7 @@ static void pwmin_test(void)
|
||||
(unsigned)buf.period,
|
||||
(unsigned)buf.pulse_width,
|
||||
(unsigned)buf.error_count);
|
||||
|
||||
} else {
|
||||
/* no data, retry in 2 ms */
|
||||
::usleep(2000);
|
||||
|
||||
Reference in New Issue
Block a user