them changes

This commit is contained in:
J / Jacob Babich
2022-04-14 16:22:26 -04:00
parent d60800ae22
commit d39aade4b6

View File

@@ -87,18 +87,6 @@ fn setup_port_f() {
// }
}
// fn input_from_port_f() -> u32 {
// unsafe {
// ptr::read_volatile(GPIO_PORTF_DATA_R) & u32::from(SW1 | SW2)
// }
// }
// fn output_to_port_f(value: u8) {
// unsafe {
// ptr::write_volatile(GPIO_PORTF_DATA_R, u32::from(value));
// }
// }
#[entry]
fn main() -> ! {
let board = setup_board();