rtic/heterogeneous/examples/smallest.rs

8 lines
114 B
Rust
Raw Permalink Normal View History

#![no_main]
#![no_std]
use panic_halt as _;
2019-06-18 10:31:31 +02:00
#[rtfm::app(cores = 2, device = heterogeneous)]
const APP: () = {};