avr: t03 now at least writes tty message once!

This commit is contained in:
Martin Preuss
2025-02-11 01:13:00 +01:00
parent 0790ac0dea
commit 351ab57d62
7 changed files with 202 additions and 563 deletions

View File

@@ -109,7 +109,7 @@ UART_HW_Uart1_RxCharIsr:
; Handler for UDRE1 interrupt called when TX data register is empty.
;
; @param Y pointer to interface data in SRAM (see @ref UART_HW_IFACE_OFFS_MODE)
; @clobbers R16, (R17, R18, X)
; @clobbers R16, R17, X
UART_HW_Uart1_TxUdreIsr:
M_UART_HW_Uart_TxUdreIsr 1
@@ -125,7 +125,7 @@ UART_HW_Uart1_TxUdreIsr:
; the data register is empty..
;
; @param Y pointer to interface data in SRAM (see @ref UART_HW_IFACE_OFFS_MODE)
; @clobbers R16, (R17, R18, X)
; @clobbers R16
UART_HW_Uart1_TxCharIsr:
M_UART_HW_Uart_TxCharIsr 1