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

Revert "Merge remote-tracking branch 'OFW/gsurkov/vcp_break_support' into dev [ci skip]"

This reverts commit fc25c9fba0, reversing
changes made to 41ae5d8981.
This commit is contained in:
MX
2025-04-05 23:41:23 +03:00
parent 380402a55c
commit 4f5cba4cd1
8 changed files with 5 additions and 43 deletions

View File

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