mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
add buttons, not tested yet
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
#pragma once
|
||||
|
||||
// input and output buffers size
|
||||
#define UARTBUFSZI (256)
|
||||
#define UARTBUFSZO (1024)
|
||||
#define UARTBUFSZI (64)
|
||||
#define UARTBUFSZO (128)
|
||||
|
||||
#define usartrx() (usart_linerdy)
|
||||
#define usartovr() (usart_bufovr)
|
||||
|
||||
Reference in New Issue
Block a user