1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/at
Ran Berant 59416fc6ce drivers/at: make at_dev_init() return uart initialize status
in case there's an error uart_init() returns an error value,
this value indicates the reason for the error thus we should
return it from at_dev_init() so the user will be able to identify
whether the init succeded or failed.
2019-01-23 19:02:14 +02:00
..
at.c drivers/at: make at_dev_init() return uart initialize status 2019-01-23 19:02:14 +02:00
Makefile drivers: initial commit of generic AT parser module 2018-05-23 16:08:28 +02:00