rtic/heterogeneous/examples/smallest.rs

8 lines
114 B
Rust
Raw Permalink Normal View History

#![no_main]
#![no_std]
use panic_halt as _;
2020-06-11 19:18:29 +02:00
#[rtic::app(cores = 2, device = heterogeneous)]
const APP: () = {};