mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +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.