Skip to content

Commit

Permalink
double size of rx buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
bettse committed Mar 16, 2024
1 parent 5331571 commit 996e90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seader_bridge.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#include <furi.h>
#include <furi_hal.h>

#define SEADER_UART_RX_BUF_SIZE (128)
#define SEADER_UART_RX_BUF_SIZE (256)

typedef struct {
uint8_t uart_ch;
Expand Down

0 comments on commit 996e90b

Please sign in to comment.