avr: fixed a typo in LED pin def.

This commit is contained in:
Martin Preuss
2024-09-09 15:47:11 +02:00
parent 50546799dc
commit 1c4d94c5ce

View File

@@ -36,11 +36,11 @@
; ---------------------------------------------------------------------------
; LED module
.equ LED_SIMPLE_ONTIME = 3
.equ LED_SIMPLE_ONTIME = 2
.equ LED_SIMPLE_OFFTIME = 30
.equ LED_SIMPLE_DDR = DDRA
.equ LED_SIMPLE_PORT = PORTA
.equ LED_SIMPLE_PINNUM = PORTA7
.equ LED_SIMPLE_PINNUM = PORTA3