Skip to content

Commit

Permalink
Add c_int import
Browse files Browse the repository at this point in the history
  • Loading branch information
pawnlord committed Feb 27, 2024
1 parent 97b37da commit d8c3007
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions component/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#![feature(effects)]
#![feature(const_trait_impl)]

use core::ffi::c_int;
use core::panic::PanicInfo;

use cortex_m::interrupt;
Expand Down

0 comments on commit d8c3007

Please sign in to comment.