mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
2f921fbe8e
drivers/xbee: Fixes issue with timeouts. Timeouts were in ticks but should have been in ms. This caused false triggers of timeout causing redundant packets, etc. Approved-by: GregoryN <gnutt@nuttx.org>