mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-22 20:43:07 +00: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. |
||
---|---|---|
.. | ||
bt | ||
cli | ||
crypto | ||
desktop | ||
dialogs | ||
dolphin | ||
expansion | ||
gui | ||
input | ||
loader | ||
locale | ||
notification | ||
power | ||
region | ||
rpc | ||
storage | ||
application.fam | ||
applications.h |