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

use panic_halt as _;

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