1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/transceiver
Oleg Hahm 73965f984e transceiver: fix check for existence
The transceiver check if it is already running when initializing.
However, this check was done by comparing its pid for >= 0, which is not
sensible anymore since valid PIDs only start at 1.
2014-08-22 18:34:42 +02:00
..
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
transceiver.c transceiver: fix check for existence 2014-08-22 18:34:42 +02:00