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:
@@ -83,6 +83,7 @@ device is implicitly closed when closing the TCP session.
|
||||
Asynchrous interrupt notification
|
||||
---------------------------------
|
||||
|
||||
The WAIT command is not answered until an interrupt or another command is
|
||||
received. WAIT returns the value of the IRQ_STATUS register. If WAIT
|
||||
times out before receiving an interrupt, it returns 0.
|
||||
The WAIT command is not answered until an interrupt or until a timeout.
|
||||
A timeout value of 0 means infinite. WAIT returns the value of the
|
||||
IRQ_STATUS register. If WAIT times out before receiving an interrupt,
|
||||
it returns 0.
|
||||
|
||||
Reference in New Issue
Block a user