mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 06:23:53 +01:00
If not defined it was raising a KeyError. Use the 'get' function to handle non defined value. It did not put the value in the `default` case as it would have changed the behavior when `RIOTBASE` is defined but empty.