diff --git a/uart.c b/uart.c index 5873e10..12951a8 100644 --- a/uart.c +++ b/uart.c @@ -98,7 +98,7 @@ int32_t seader_uart_worker(void* context) { seader_uart->tx_sem = furi_semaphore_alloc(1, 1); seader_uart->tx_thread = - furi_thread_alloc_ex("SeaderUartTxWorker", 2 * 1024, seader_uart_tx_thread, seader); + furi_thread_alloc_ex("SeaderUartTxWorker", 1.5 * 1024, seader_uart_tx_thread, seader); seader_uart_serial_init(seader_uart, seader_uart->cfg.uart_ch); seader_uart_set_baudrate(seader_uart, seader_uart->cfg.baudrate);