aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/build.rs2
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![ 1538 pins_table.push(vec![
1539 split_feature.pin_name_with_c.to_string(), 1539 split_feature.pin_name_with_c.to_string(),
1540 p.name.to_string(), 1540 p.name.to_string(),