mirror of
git://soft.sys114.com/klipper
synced 2026-02-09 15:24:22 +09:00
linux: Use enumerations for pin mappings
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
committed by
KevinOConnor
parent
ae24baf99a
commit
df6136802a
@@ -14,7 +14,6 @@ class error(Exception):
|
||||
######################################################################
|
||||
|
||||
MCU_PINS = {
|
||||
"linux": {"analog%d" % i: i for i in range(8)}, # XXX
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user