Merge pull request #2146 from adamgreig/stm32g4-opamp

Remove accidentally leftover println
This commit is contained in:
Dario Nieuwenhuis 2023-11-06 01:15:55 +00:00 committed by GitHub
commit e6462f1e88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -944,8 +944,6 @@ fn main() {
} }
if regs.kind == "opamp" { if regs.kind == "opamp" {
println!("{}", pin.signal);
if pin.signal.starts_with("VP") { if pin.signal.starts_with("VP") {
// Impl NonInvertingPin for the VP* signals (VP0, VP1, VP2, etc) // Impl NonInvertingPin for the VP* signals (VP0, VP1, VP2, etc)
let peri = format_ident!("{}", p.name); let peri = format_ident!("{}", p.name);