diff --git a/avr/devices/t03/boot.asm b/avr/devices/t03/boot.asm index 870c910..3f3d730 100644 --- a/avr/devices/t03/boot.asm +++ b/avr/devices/t03/boot.asm @@ -245,3 +245,97 @@ debugWriteString_done: debugString: .db "Hello", 13, 10, 0 + +debugPrintLoop: + sbi LED_PORT, LED_PINNUM ; off + ; enable transceiver + lds r17, UCSR1B +; cbr r17, (1<