mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 02:53:52 +01:00
- `printf "%d" ""` triggers an "invalid number" warning on ash, so let's use `0` as portable default for zero - add quotes where needed to make shellcheck happy