1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/at
Toon Stegen 021ab9764a at driver: fix at_send_cmd_get_lines bug
When reusing the same buffer for the at command and response, no command
would be sent because the buffer was cleared. This is fixed by only
clearing the buffer after the command has been sent.
2018-09-18 12:16:09 +02:00
..
at.c at driver: fix at_send_cmd_get_lines bug 2018-09-18 12:16:09 +02:00
Makefile drivers: initial commit of generic AT parser module 2018-05-23 16:08:28 +02:00