Kill last usleep()

This commit is contained in:
Lorenz Meier 2014-10-28 13:24:12 +01:00
parent 774ff3db31
commit f443b77ae9
1 changed files with 0 additions and 3 deletions

View File

@ -417,9 +417,6 @@ PX4FLOW::read(struct file *filp, char *buffer, size_t buflen)
break;
}
/* wait for it to complete */
usleep(PX4FLOW_CONVERSION_INTERVAL);
/* state machine will have generated a report, copy it out */
if (_reports->get(rbuf)) {
ret = sizeof(*rbuf);