avr: removed old definitions.

This commit is contained in:
Martin Preuss
2026-05-04 14:42:48 +02:00
parent 44bb477680
commit adcca2f306
10 changed files with 13 additions and 119 deletions

View File

@@ -49,26 +49,6 @@
; ---------------------------------------------------------------------------
; LED signal module
.equ LED_SIGNAL_DDR = DDRB
.equ LED_SIGNAL_PORT = PORTB
.equ LED_SIGNAL_PORTIN = PINB
.equ LED_SIGNAL_PINNUM = PORTB2
; ---------------------------------------------------------------------------
; LED activity module
.equ LED_ACTIVITY_DDR = DDRB
.equ LED_ACTIVITY_PORT = PORTB
.equ LED_ACTIVITY_PORTIN = PINB
.equ LED_ACTIVITY_PINNUM = PORTB2
; ---------------------------------------------------------------------------
; COM module