PWMin: Fix test cmd

This commit is contained in:
Lorenz Meier
2015-12-02 11:55:32 +01:00
parent b6c4501d0e
commit f87407eb54
+3
View File
@@ -599,6 +599,9 @@ 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);
}
}