diff options
| -rw-r--r-- | embassy-stm32/build.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/build.rs b/embassy-stm32/build.rs index 4abbf8d69..78569f7da 100644 --- a/embassy-stm32/build.rs +++ b/embassy-stm32/build.rs | |||
| @@ -1534,7 +1534,7 @@ fn main() { | |||
| 1534 | // This should avoid unintended side-effects as much as possible. | 1534 | // This should avoid unintended side-effects as much as possible. |
| 1535 | #[cfg(feature = "_split-pins-enabled")] | 1535 | #[cfg(feature = "_split-pins-enabled")] |
| 1536 | for split_feature in &split_features { | 1536 | for split_feature in &split_features { |
| 1537 | if split_feature.pin_name_without_c == pin_name { | 1537 | if split_feature.pin_name_without_c == pin.name { |
| 1538 | pins_table.push(vec