mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2025-12-06 07:12:08 +01:00
Revert "Increasing STM serial port buffer"
This reverts commit eefda572bf.
This commit is contained in:
parent
22f510d167
commit
cb3e286585
|
|
@ -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…
Reference in a new issue