mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-07 19:01:54 -07:00
Expansion: Wake thread on UART error flag
This commit is contained in:
@@ -35,7 +35,8 @@ typedef enum {
|
||||
ExpansionWorkerFlagError = 1 << 2,
|
||||
} ExpansionWorkerFlag;
|
||||
|
||||
#define EXPANSION_ALL_FLAGS (ExpansionWorkerFlagData | ExpansionWorkerFlagStop)
|
||||
#define EXPANSION_ALL_FLAGS \
|
||||
(ExpansionWorkerFlagData | ExpansionWorkerFlagStop | ExpansionWorkerFlagError)
|
||||
|
||||
struct ExpansionWorker {
|
||||
FuriThread* thread;
|
||||
|
||||
Reference in New Issue
Block a user