From: Steve Jeong Date: Wed, 20 Dec 2023 08:58:04 +0000 (+0000) Subject: ODROID-COMMON: Fix error of invalid literal for int() with base 10: 'I' X-Git-Tag: 8.28.1^2 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/a9c7f80c891445ac21fbc814fb64a2630ebc3dcd?hp=a9c7f80c891445ac21fbc814fb64a2630ebc3dcd 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 ---