mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-15 17:43:51 +01:00
Both `unsigned char` and `uint8_t` are unsigned (and the same type on most platforms) so this cast became redundant.
Both `unsigned char` and `uint8_t` are unsigned (and the same type on most platforms) so this cast became redundant.