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

View File

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