We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963ee90 commit acd2976Copy full SHA for acd2976
cross/join/src/main.rs
@@ -29,12 +29,8 @@ use embedded_time::rate::Extensions;
29
use hal::clocks::Clock;
30
use hal::pac;
31
32
-<<<<<<< HEAD:cross/join/src/main.rs
33
use embedded_hal::spi::MODE_0;
34
use embedded_hal::blocking::delay::DelayMs;
35
-=======
36
-use embedded_hal::delay::blocking::DelayUs;
37
->>>>>>> 50a5b0a (add Operation):examples/join.rs
38
39
/// The linker will place this boot block at the start of our program image. We
40
/// need this to help the ROM bootloader get our code up and running.
0 commit comments