1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/xbee
kYc0o f673d5af1e drivers/xbee: prevent 0 length packet sent to UART
Since the API doc doesn't specify what to do with 0
len writings into UART, we cannot assume that is
safe to do it, so this commit prevents it by checking
the length prior to the `uart_write()` operation.
2019-04-02 16:47:13 +02:00
..
include gnrc_netif2: rename to gnrc_netif 2017-11-17 10:41:54 +01:00
gnrc_xbee.c netdev: remove layer2 netstats from netdev drivers 2019-02-01 11:25:27 +02:00
Makefile drivers: added support for Xbee modules 2015-03-24 23:19:29 +01:00
xbee.c drivers/xbee: prevent 0 length packet sent to UART 2019-04-02 16:47:13 +02:00