1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/tsrb
Martine Lenders fb19b514f4 tsrb: remove now unnecessary cast
Both `unsigned char` and `uint8_t` are unsigned (and the same type on
most platforms) so this cast became redundant.
2019-06-05 17:10:26 +02:00
..
Makefile sys: add thread-safe ringbuffer implementation 2015-09-25 09:08:34 +02:00
tsrb.c tsrb: remove now unnecessary cast 2019-06-05 17:10:26 +02:00