mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-22 06:42:32 +00:00
d4dbeb6933
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 ~ |
||
---|---|---|
.. | ||
src | ||
stm32-data@69050696dd | ||
.pep8 | ||
build.rs | ||
Cargo.toml | ||
gen.py |