Revert "double size of rx buffer"

This reverts commit 996e90b5fc.
This commit is contained in:
Eric Betts
2024-04-18 20:22:06 -07:00
parent 8faf1a8a1b
commit 30f45563cd
+1 -1
View File
@@ -9,7 +9,7 @@
#include <furi.h>
#include <furi_hal.h>
#define SEADER_UART_RX_BUF_SIZE (256)
#define SEADER_UART_RX_BUF_SIZE (128)
typedef struct {
uint8_t uart_ch;