Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extmod/network_cyw43: Fix uninitialised variable in status('stations').
The `num_stas` was uninitialised and if it happened to take the value 0 then no results were returned. It now has the correct maximum value. Signed-off-by: Damien George <[email protected]>
- Loading branch information