Skip to content

Commit

Permalink
cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwire committed Oct 26, 2023
1 parent 960798c commit 3903fda
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions src/old.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ use bsp::entry;
use defmt::*;
use defmt_rtt as _;
use embedded_hal::digital::v2::OutputPin;
use fugit::RateExtU32;
use fusb302b::Fusb302b;


use panic_probe as _;

// Provide an alias for our BSP so we can switch targets quickly.
Expand All @@ -19,16 +19,11 @@ use rp_pico as bsp;

use bsp::hal::{
clocks::{init_clocks_and_plls, Clock},
gpio, i2c, pac,
gpio, pac,
sio::Sio,
timer::Alarm0,
watchdog::Watchdog,
};
use usb_pd::{
callback::{Event, Response},
pdo::PowerDataObject,
sink::Sink,
};


/// The linker will place this boot block at the start of our program image. We
/// need this to help the ROM bootloader get our code up and running.
Expand Down

0 comments on commit 3903fda

Please sign in to comment.