avr: fixed apidoc.

This commit is contained in:
Martin Preuss
2025-02-01 16:21:25 +01:00
parent 2d259ae9be
commit 64e781f82f

View File

@@ -62,7 +62,7 @@ UART_HW_Uart1_StartRx:
; ---------------------------------------------------------------------------
; @routine UART_HW_Uart1_StopRx @global
;
; @clobbers none
; @clobbers R16
UART_HW_Uart1_StopRx:
lds r16, UCSR1B
@@ -77,7 +77,7 @@ UART_HW_Uart1_StopRx:
; @routine UART_HW_Uart1_StartTx @global
;
; @param Y pointer to interface data in SRAM (see @ref UART_HW_IFACE_OFFS_STATE)
; @clobbers none
; @clobbers R16
UART_HW_Uart1_StartTx:
lds r16, UCSR1B
@@ -92,7 +92,7 @@ UART_HW_Uart1_StartTx:
; @routine UART_HW_Uart1_StopTx @global
;
; @param Y pointer to interface data in SRAM (see @ref UART_HW_IFACE_OFFS_STATE)
; @clobbers none
; @clobbers R16
UART_HW_Uart1_StopTx:
lds r16, UCSR1B