Skip to content

Commit

Permalink
reudce SeaderUartTxWorker stack
Browse files Browse the repository at this point in the history
  • Loading branch information
bettse committed Jul 27, 2024
1 parent 8b65648 commit 5643b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uart.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5643b32

Please sign in to comment.