1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

Add send break support

This commit is contained in:
Georgii Surkov
2024-11-17 21:01:15 +00:00
parent 51aafd1b5e
commit e3c3edcc7e
8 changed files with 44 additions and 6 deletions

View File

@@ -57,6 +57,7 @@ static CdcCallbacks cdc_cb = {
vcp_state_callback,
vcp_on_cdc_control_line,
NULL,
NULL,
};
static CliVcp* vcp = NULL;