* Ugh. Then I need to change function signature `hal::gpio::Pin<'C', 13, Output>` and conditionally compile 2 lines ``` let mut gpioc = dp.GPIOC.split(); let led = gpioc.pc13.into_push_pull_output(&mut gpioc.crh); ```