Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Re-export init_array! macro from r0 for user convenience
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Smith <[email protected]>
  • Loading branch information
yodaldevoid committed Jan 7, 2018
1 parent 3ecbbd4 commit 8664338
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -288,12 +288,15 @@
#![feature(linkage)]
#![feature(naked_functions)]
#![feature(used)]
#![feature(use_extern_macros)]
#![no_std]

extern crate compiler_builtins;
extern crate cortex_m;
extern crate r0;

pub use r0::init_array;

#[cfg(not(test))]
mod lang_items;

Expand Down

0 comments on commit 8664338

Please sign in to comment.