mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
The bitmasks supplied for initialization of out/set/sideset were only 8 bit instead of 32. This resulted in an error, that not more than 8 consecutive pins would get initialized. Fixes issue #6933.