mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-28 22:29:45 +01:00
72184a3afd
Make writes to `the_same` "observable behavior" by declaring it `volatile` to prevent compiler optimization rather than GCC specific attributes. Likely, either doesn't a super good job at resulting in constant time code. But with the plain text password stored in flash, this likely also isn't what should keep one up at night when actually using this module. |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
Makefile.include | ||
shell_lock.c |