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 d361fc52a0 tsrb: change input type to uint8_t
Having the input type `char` makes the output of `tsrb_get_one()`
incomparable to the input of `tsrb_add_one()`. By changing it to
`uint8_t` we not only definitively fix it to an octet, but also ensure
that the input and output are the same.
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: change input type to uint8_t 2019-06-05 17:10:26 +02:00