Revert "Merge remote-tracking branch 'OFW/gsurkov/vcp_break_support' into dev" --nobuild

This reverts commit fc25c9fba0, reversing
changes made to 41ae5d8981.
This commit is contained in:
Willy-JL
2025-04-04 11:54:46 +01:00
parent 7e3a65dfd3
commit 32ad9ea25b
8 changed files with 6 additions and 43 deletions

View File

@@ -1036,13 +1036,3 @@ const GpioPin*
return furi_hal_serial_config[handle->id].gpio[direction];
}
void furi_hal_serial_send_break(FuriHalSerialHandle* handle) {
furi_check(handle);
if(handle->id == FuriHalSerialIdUsart) {
LL_USART_RequestBreakSending(USART1);
} else {
LL_LPUART_RequestBreakSending(LPUART1);
}
}