1
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:
Anna Antonenko
2025-04-07 23:59:10 +04:00
parent c8cf76f75e
commit e712375edc

View File

@@ -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;