FSystem sleep_on_rx
Colin (478) 2433 posts |
In sleep_on_rx in DeviceFS.s.FSystem there is a bug with the timeout code. The PullEnv macro changes r0 before it can be tested for timeout. Putting the TST first fixes it.
|
Colin (478) 2433 posts |
In sleep_on_rx in DeviceFS.s.FSystem there is a bug with the timeout code. The PullEnv macro changes r0 before it can be tested for timeout. Putting the TST first fixes it.
|