mirror of
git://projects.qi-hardware.com/ben-wpan.git
synced 2025-04-21 12:27:27 +03:00
tools/atrf-proxy/: make WAIT 0 wait forever
- PROTOCOL: corrected obsolete part of WAIT behaviour - PROTOCOL: mention that WAIT 0 waits forever - atrf-proxy.c (cmd_more): don't convert WAIT argument 0 to 1
This commit is contained in:
@@ -171,8 +171,6 @@ static int cmd_more(struct atrf_dsc *dsc, struct netio *netio, const char *cmd)
|
||||
if (!strcasecmp(cmd, "wait")) {
|
||||
int res;
|
||||
|
||||
if (!n)
|
||||
n = 1;
|
||||
res = atrf_interrupt_wait(dsc, n);
|
||||
if (atrf_error(dsc))
|
||||
return netio_printf(netio, "-I/O error\n");
|
||||
|
||||
Reference in New Issue
Block a user