mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
d361fc52a0
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. |
||
---|---|---|
.. | ||
Makefile | ||
tsrb.c |