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