aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32
diff options
context:
space:
mode:
authorAdam Greig <[email protected]>2023-11-06 01:11:57 +0000
committerAdam Greig <[email protected]>2023-11-06 01:11:57 +0000
commitd464d1a841191b79bae6dd7bf9366e7fd076de41 (patch)
tree27e2fc7152e431c277c004397ed69294b157fb9c /embassy-stm32
parent980c3cf42b78dfdb8950e331616a22e1a979f8d8 (diff)
Remove accidentally leftover println
Diffstat (limited to 'embassy-stm32')
-rw-r--r--embassy-stm32/build.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-stm32/build.rs b/embassy-stm32/build.rs
index 35c3f23b4..965fe4e87 100644
--- a/embassy-stm32/build.rs
+++ b/embassy-stm32/build.rs
@@ -944,8 +944,6 @@ fn main() {
944 } 944 }
945 945
946 if regs.kind == "opamp" { 946 if regs.kind == "opamp" {
947 println!("{}", pin.signal);
948
949 if pin.signal.starts_with("VP") { 947 if pin.signal.starts_with("VP") {
950 // Impl NonInvertingPin for the VP* signals (VP0, VP1, VP2, etc) 948 // Impl NonInvertingPin for the VP* signals (VP0, VP1, VP2, etc)
951 let peri = format_ident!("{}", p.name); 949 let peri = format_ident!("{}", p.name);