avr: work on simple GUI module to be used by node c02.

This commit is contained in:
Martin Preuss
2025-11-03 17:23:40 +01:00
parent b4fee78ad8
commit e58e9b846c
38 changed files with 1951 additions and 2422 deletions

View File

@@ -156,8 +156,8 @@ spiHwSelectDevice:
; @clobbers none
SPIHW_MasterTransfer:
rcall SPIHW_MasterSendByte
rjmp SPIHW_WaitForTransferComplete
rcall SPIHW_MasterSendByte ; (none)
rjmp SPIHW_WaitForTransferComplete ; (none)
; @end