Kaynağa Gözat

Increase RX buffer size

Alex Voinea 2 yıl önce
ebeveyn
işleme
c0a6d1343a
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Firmware/uart2.c

+ 1 - 1
Firmware/uart2.c

@@ -12,7 +12,7 @@
 #define uart2_txcomplete (UCSR2A & (1 << TXC2))
 #define uart2_txready    (UCSR2A & (1 << UDRE2))
 
-uint8_t uart2_ibuf[14] = {0, 0};
+uint8_t uart2_ibuf[20] = {0, 0};
 
 FILE _uart2io = {0};