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 fa9ab1c commit 01e54b1Copy full SHA for 01e54b1
examples/adc.rs
@@ -3,7 +3,7 @@
3
4
//! Example usage for ADC on STM32F303
5
6
-extern crate panic_semihosting;
+use panic_semihosting as _;
7
8
use cortex_m_rt::entry;
9
use cortex_m_semihosting::hprintln;
0 commit comments