diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2019-06-18 10:31:31 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2019-06-18 10:31:31 +0200 |
| commit | 9897728709528a02545523bea72576abce89dc4c (patch) | |
| tree | 49619bfb8e3e09cccbc9c2bd1854abfe1618c8fd /mc/examples/smallest.rs | |
| parent | 81275bfa4f41e2066770087f3a33cad4227eab41 (diff) | |
add homogeneous multi-core support
Diffstat (limited to 'mc/examples/smallest.rs')
| -rw-r--r-- | mc/examples/smallest.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/mc/examples/smallest.rs b/mc/examples/smallest.rs deleted file mode 100644 index 792935a..0000000 --- a/mc/examples/smallest.rs +++ /dev/null @@ -1,7 +0,0 @@ -#![no_main] -#![no_std] - -use panic_halt as _; - -#[rtfm::app(cores = 2, device = mc)] -const APP: () = {}; |
