1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/rn2xx3
Alexandre Abadie 1f6895d0f7
drivers/rn2xx3: fix incorrectly terminated hex strings
When writing an array of bytes, each byte is converted on the fly to 2 hex characters and sent to the rn2xx3 module. This change ensures each string is correctly terminated, with null character, when written to the module
2019-06-07 10:39:31 +02:00
..
include drivers: add rn2xx3 LoRa module driver 2018-01-18 10:46:54 +01:00
Makefile drivers: add rn2xx3 LoRa module driver 2018-01-18 10:46:54 +01:00
rn2xx3_getset.c drivers: add rn2xx3 LoRa module driver 2018-01-18 10:46:54 +01:00
rn2xx3_internal.c drivers/rn2xx3: fix incorrectly terminated hex strings 2019-06-07 10:39:31 +02:00
rn2xx3.c drivers/rn2xx3: do normal assignment instead of memcpy 2019-01-10 19:43:44 +01:00