Skip to content

Commit 01e54b1

Browse files
committed
Use use instead of extern
1 parent fa9ab1c commit 01e54b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/adc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
//! Example usage for ADC on STM32F303
55
6-
extern crate panic_semihosting;
6+
use panic_semihosting as _;
77

88
use cortex_m_rt::entry;
99
use cortex_m_semihosting::hprintln;

0 commit comments

Comments
 (0)