Skip to content
Snippets Groups Projects
Unverified Commit a00697f2 authored by lucazulian's avatar lucazulian
Browse files

chore: fix crate import

parent 137c6099
Branches main
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#![no_main]
// Halt when the program panics.
extern crate panic_halt as _;
extern crate panic_halt;
// Includes.
use cortex_m::peripheral::syst::SystClkSource;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment