mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-21 06:03:44 +00:00
Revert "Increasing STM serial port buffer"
This reverts commit eefda572bf.
This commit is contained in:
parent
22f510d167
commit
cb3e286585
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ USART2 - TXD PA2 - RXD PA3
|
|||
|
||||
*/
|
||||
|
||||
#define TX_SERIAL_FIFO_SIZE 512U
|
||||
#define RX_SERIAL_FIFO_SIZE 512U
|
||||
#define TX_SERIAL_FIFO_SIZE 256U
|
||||
#define RX_SERIAL_FIFO_SIZE 256U
|
||||
|
||||
#if defined(STM32_USART1_HOST)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue