mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
c015e64e8e
Initializing the state variables per loop with a value where some bits are set and some are cleared makes much more sense. E.g. previously the bitwise and applied on the state variable initialized with zero was unlikely to detect implementation issues, as the state value never changed. So if the bitwise and would be incorrectly implemented as a nop, it would have passed the unit test. |
||
---|---|---|
.. | ||
tests | ||
main.c | ||
Makefile |