Next Bug in Arduino Leonardo
Posted: Wed Sep 01, 2021 6:28 pm
I found the next bug.
Using a Leonardo an trying the "L" LED test.
L LED is at PIN C7
Compile to HEX Error:
"X:\temp\Leonardo test.c:99:3: note: in expansion of macro 'SET_PORT_PIN'
SET_PORT_PIN(A, 0, 1 - 1);
Error returned from [avr-gcc.exe]"
If i compile and upload the original Example from Arduino IDE everything worx fine
Andreas
Using a Leonardo an trying the "L" LED test.
L LED is at PIN C7
Compile to HEX Error:
"X:\temp\Leonardo test.c:99:3: note: in expansion of macro 'SET_PORT_PIN'
SET_PORT_PIN(A, 0, 1 - 1);
Error returned from [avr-gcc.exe]"
If i compile and upload the original Example from Arduino IDE everything worx fine
Andreas