mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-13 13:09:49 +04:00
cli_vcp: make tx flag volatile
This commit is contained in:
@@ -50,7 +50,7 @@ struct CliVcp {
|
||||
|
||||
PipeSide* own_pipe;
|
||||
PipeSide* shell_pipe;
|
||||
bool is_currently_transmitting;
|
||||
volatile bool is_currently_transmitting;
|
||||
size_t previous_tx_length;
|
||||
|
||||
CliRegistry* main_registry;
|
||||
|
||||
Reference in New Issue
Block a user