mirror of
https://github.com/apache/nuttx.git
synced 2026-09-16 10:04:58 +08:00
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>