Skip to content

Commit 6e0f6e2

Browse files
committed
fix warning from latest rust version
1 parent 9fa69b2 commit 6e0f6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/xous-bio-bdma/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ impl BioSharedState {
222222
macro_rules! bio_code {
223223
($fn_name:ident, $name_start:ident, $name_end:ident, $($item:expr),*) => {
224224
pub fn $fn_name() -> &'static [u8] {
225-
extern {
225+
extern "C" {
226226
static $name_start: *const u8;
227227
static $name_end: *const u8;
228228
}

0 commit comments

Comments
 (0)