use com2wi in S03

This commit is contained in:
Martin Preuss
2025-09-08 22:05:52 +02:00
parent 40282486f6
commit 5866a55067
2 changed files with 16 additions and 10 deletions

View File

@@ -97,6 +97,7 @@
#if 0
.equ COM_PORTS = 8
.equ COM_MASK_CLK0 = (1<<PINA0)
@@ -131,6 +132,11 @@
.equ COM_MASK_DATA7 = (1<<PINC7)
.equ COM_MASK_IRQ7 = (1<<PCINT7)
#else
.equ COM_MASK_CLK0 = (1<<PINA6)
.equ COM_MASK_DATA0 = (1<<PINC6)
.equ COM_MASK_IRQ0 = (1<<PCINT6)
#endif