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 3a780f4 commit 061f583Copy full SHA for 061f583
examples/blinky.rs
@@ -6,9 +6,9 @@
6
extern crate panic_halt;
7
extern crate stm32c0xx_hal as hal;
8
9
+use cortex_m_rt::entry;
10
use hal::prelude::*;
11
use hal::stm32;
-use cortex_m_rt::entry;
12
13
#[entry]
14
fn main() -> ! {
examples/button.rs
examples/hello.rs
@@ -6,8 +6,8 @@
-use cortex_m_semihosting::hprintln;
use cortex_m_rt::entry;
+use cortex_m_semihosting::hprintln;
0 commit comments