Skip to content
Snippets Groups Projects
Commit 4984ab44 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Comment fix

parent 0cb8e782
No related branches found
No related tags found
No related merge requests found
......@@ -237,7 +237,7 @@ PX4IO_Uploader::recv(uint8_t &c, unsigned timeout)
fds[0].fd = _io_fd;
fds[0].events = POLLIN;
/* wait 100 ms for a character */
/* wait <timout> ms for a character */
int ret = ::poll(&fds[0], 1, timeout);
if (ret < 1) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment