mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-17 00:28:11 -07:00
Fix wifi marauder UART deinit
This commit is contained in:
@@ -106,6 +106,7 @@ void wifi_marauder_uart_free(WifiMarauderUart* uart) {
|
||||
furi_thread_free(uart->rx_thread);
|
||||
|
||||
furi_hal_uart_set_irq_cb(uart->channel, NULL, NULL);
|
||||
furi_hal_uart_deinit(uart->channel);
|
||||
furi_hal_console_enable();
|
||||
|
||||
free(uart);
|
||||
|
||||
Reference in New Issue
Block a user