소스 검색

Change buffer size: 256 bytes

tags/v1.9
tmk 10 년 전
부모
커밋
be19b2bf32
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      protocol/serial_uart.c

+ 1
- 1
protocol/serial_uart.c 파일 보기

@@ -47,7 +47,7 @@ void serial_init(void)
}

// RX ring buffer
#define RBUF_SIZE 8
#define RBUF_SIZE 256
static uint8_t rbuf[RBUF_SIZE];
static uint8_t rbuf_head = 0;
static uint8_t rbuf_tail = 0;

Loading…
취소
저장