avr: Rename the analog-only PE0/PE1 pins on atmega168/328 to PE2/PE3
The atmega328pb has officially named these pins as PE2 and PE3, so use that naming scheme instead of the previous Klipper invented names. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -18,7 +18,7 @@ Arduino_standard = [
|
||||
"PB2", "PB3", "PB4", "PB5", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5",
|
||||
]
|
||||
Arduino_analog_standard = [
|
||||
"PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PE0", "PE1",
|
||||
"PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PE2", "PE3",
|
||||
]
|
||||
|
||||
Arduino_mega = [
|
||||
|
||||
Reference in New Issue
Block a user