mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-24 22:07:14 +03:00
8c2223df5d
* FuriTimer: Use a local variable to wait for deletion This combines the current synchronous behaviour (as we could have deferred the free call too) with a smaller FuriTimer - it's safe to pass a pointer to a local variable to this pending timer call, because we know it'll be finished before the caller returns * Tighten the use of FuriThread* vs FuriThreadId Event loop and Loader mixed those two, but the fact those are aliases should be an implementation detail. For this reason, thread.c is still allowed to mix them freely. |
||
---|---|---|
.. | ||
firmware_api | ||
application.fam | ||
loader_applications.c | ||
loader_applications.h | ||
loader_cli.c | ||
loader_i.h | ||
loader_menu.c | ||
loader_menu.h | ||
loader.c | ||
loader.h |