mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-19 04:44:47 -07:00
cli_vcp: make tx flag volatile
This commit is contained in:
@@ -50,7 +50,7 @@ struct CliVcp {
|
|||||||
|
|
||||||
PipeSide* own_pipe;
|
PipeSide* own_pipe;
|
||||||
PipeSide* shell_pipe;
|
PipeSide* shell_pipe;
|
||||||
bool is_currently_transmitting;
|
volatile bool is_currently_transmitting;
|
||||||
size_t previous_tx_length;
|
size_t previous_tx_length;
|
||||||
|
|
||||||
CliRegistry* main_registry;
|
CliRegistry* main_registry;
|
||||||
|
|||||||
Reference in New Issue
Block a user