aboutsummaryrefslogtreecommitdiff
path: root/heterogeneous/examples/smallest.rs
blob: 9b6bb82d020571d7d34847602d0fb7d4e28e4cf8 (plain) (blame)
1
2
3
4
5
6
7
#![no_main]
#![no_std]

use panic_halt as _;

#[rtfm::app(cores = 2, device = heterogeneous)]
const APP: () = {};