From 81598881d108c63fcb0d284dd4d73829008f711e Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 6 Sep 2025 00:42:20 +0200 Subject: [PATCH] uartfd1: fixed typos. --- avr/modules/uart_fd/uartfd1.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avr/modules/uart_fd/uartfd1.asm b/avr/modules/uart_fd/uartfd1.asm index 54803c7..0de632d 100644 --- a/avr/modules/uart_fd/uartfd1.asm +++ b/avr/modules/uart_fd/uartfd1.asm @@ -41,8 +41,8 @@ UARTFD1_Init: std Y+UARTFD_IFACE_OFFS_RBUFLEFT, r16 std Y+UARTFD_IFACE_OFFS_STATUS, r16 - M_UARTFD_SET_BAUDRATE 0 - M_UARTFD_SET_CHARFORMAT 0 + M_UARTFD_SET_BAUDRATE 1 + M_UARTFD_SET_CHARFORMAT 1 ; always receive! rcall uartFd1StartReading