mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
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.