Skip to content

Commit

Permalink
Fix metro_m4 spi example
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeaurivage committed Apr 29, 2024
1 parent b9591cb commit a2097a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/metro_m4/examples/spi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use bsp::{entry, periph_alias};
use hal::clock::GenericClockController;
use hal::delay::Delay;
use hal::ehal::delay::DelayNs;
use hal::ehal_nb::serial::Write;
use hal::ehal_nb::spi::FullDuplex;
use hal::fugit::RateExtU32;
use hal::nb;
use hal::pac::{CorePeripherals, Peripherals};
Expand Down

0 comments on commit a2097a5

Please sign in to comment.