mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
`res` is an integer that is always negative in the given case, so using `%u` here might be a little bit confusing.
`res` is an integer that is always negative in the given case, so using `%u` here might be a little bit confusing.