adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
439 stars 327 forks source link

ODROID-COMMON: Fix error of importing board #761

Closed how2flow closed 6 months ago

how2flow commented 6 months ago

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.

how2flow commented 6 months ago

I don't think what I worked under 'site-packages' was reflected when it merged..

I'm sorry, I'll check one more time before the PR. I will never let something like this happen again.