blob: 3484ff3b87432de48781d295fa41489d00826d58 [file] [log] [blame]
//~ ERROR 1:1: 1:1: can't find crate for `core` [E0463]
// http://rust-lang.org/COPYRIGHT.
//
// compile-flags: --target thumbv7em-none-eabihf
#![deny(unsafe_code)]
#![deny(warnings)]
#![no_std]
extern crate cortex_m;