mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-09-28 12:50:37 +00:00

In the case where GPIO mapping could look like this: PA5: SPI1_SCK: 0 The pin would not get any generated impl because the if expression would evaluate to false. Fix this for all cases in gen.py by comparing against None ~