]> Repositories - Adafruit_Blinka-hackapet.git/commit
ODROID-COMMON: Fix error of invalid literal for int() with base 10: 'I'
authorSteve Jeong <steve@how2flow.net>
Wed, 20 Dec 2023 08:58:04 +0000 (08:58 +0000)
committerSteve Jeong <steve@how2flow.net>
Wed, 20 Dec 2023 09:53:58 +0000 (09:53 +0000)
commita9c7f80c891445ac21fbc814fb64a2630ebc3dcd
treea128db952ccf14d1aae9c2f233f05e202db67ce4
parent90db19e59d2e55b9daecb9740726872f3d8697a4
ODROID-COMMON: Fix error of invalid literal for int() with base 10: 'I'

Character parsing index error.
Uart serial is aliased as SERIAL'X'
At the same time as fixing the error, I changed all the indexing to unify the format.

Signed-off-by: Steve Jeong <steve@how2flow.net>
src/adafruit_blinka/microcontroller/amlogic/meson_g12_common/pin.py
src/adafruit_blinka/microcontroller/rockchip/rk3566/pin.py
src/adafruit_blinka/microcontroller/rockchip/rk3568b2/pin.py