mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 03:44:30 +03:00
fixed a very stupid bug
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#define __USART_H__
|
||||
|
||||
// output buffers size
|
||||
#define UARTBUFSZ (512)
|
||||
#define UARTBUFSZ (1535)
|
||||
// input buffer size
|
||||
#define UARTINBUFSZ (64)
|
||||
// timeout between data bytes
|
||||
|
||||
Reference in New Issue
Block a user