avr: t03 can now send and receive messages!
will change other nodes from com2 interface to new network interface.
This commit is contained in:
@@ -29,7 +29,7 @@ UART_HW_Uart1_Init:
|
||||
; ---------------------------------------------------------------------------
|
||||
; @routine UART_HW_Uart1_StartRx @global
|
||||
;
|
||||
; @clobbers none
|
||||
; @clobbers R16
|
||||
|
||||
UART_HW_Uart1_StartRx:
|
||||
M_UART_HW_Uart_StartRx 1
|
||||
@@ -94,7 +94,7 @@ UART_HW_Uart1_Flush:
|
||||
; @routine UART_HW_Uart1_RxCharIsr @global
|
||||
;
|
||||
; @param Y pointer to interface data in SRAM (see @ref UART_HW_IFACE_OFFS_MODE)
|
||||
; @clobbers R16 (R17, R18, X)
|
||||
; @clobbers R16 (R17, R18, R24, R25, X)
|
||||
|
||||
UART_HW_Uart1_RxCharIsr:
|
||||
M_UART_HW_Uart_RxCharIsr 1
|
||||
|
||||
Reference in New Issue
Block a user