The bootloader_precompiled crate should be in lib.rs

This commit is contained in:
Philipp Oppermann
2018-07-20 10:50:11 +02:00
parent c198d86538
commit f2d2c476f3
3 changed files with 2 additions and 1 deletions

View File

@@ -374,6 +374,7 @@ Cargo supports hybrid projects that are both a library and a binary. We only nee
#![no_std] // don't link the Rust standard library
extern crate bootloader_precompiled;
extern crate spin;
extern crate volatile;
#[macro_use]