소스 검색

Revert "double size of rx buffer"

This reverts commit 996e90b5fc02328d32ae53960a28e4fdf7a15a9d.
Eric Betts 1 년 전
부모
커밋
30f45563cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      seader_bridge.h

+ 1 - 1
seader_bridge.h

@@ -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;