stm32: fix defective example

This commit is contained in:
xoviat
2023-04-16 18:32:55 -05:00
parent 776e001b5b
commit 9e1ddeac86
2 changed files with 2 additions and 6 deletions

View File

@ -599,10 +599,6 @@ fn main() {
let pin_name = format_ident!("{}", pin.pin);
let af = pin.af.unwrap_or(0);
if peri == time_driver_singleton {
continue;
}
// MCO is special
if pin.signal.starts_with("MCO_") {
// Supported in H7 only for now