Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rp2/mpnetworkport: Fix lwip alarm callback timing to use microseconds.
The callback passed to add_alarm_in_ms must return microseconds, even though the initial delay is in milliseconds. Fix this use, and to avoid further confusion use the add_alarm_in_us function instead. Signed-off-by: Damien George <[email protected]>
- Loading branch information