fixed apidoc.

This commit is contained in:
Martin Preuss
2025-05-24 17:25:00 +02:00
parent 3e9aeeed05
commit b730fd068c

View File

@@ -275,7 +275,7 @@ UART_StartTx:
M_IO_WRITE UCSRA, r16
M_IO_READ r16, UCSRB
sbr r16, (1<<TXEN) ; enable TX UDRE and TXC1 interrupt, enable transceive
sbr r16, (1<<TXEN) ; enable transceive
M_IO_WRITE UCSRB, r16
ret