diff options
Diffstat (limited to 'homogeneous/examples/smallest.rs')
-rw-r--r-- | homogeneous/examples/smallest.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/homogeneous/examples/smallest.rs b/homogeneous/examples/smallest.rs deleted file mode 100644 index 913e489f..00000000 --- a/homogeneous/examples/smallest.rs +++ /dev/null @@ -1,7 +0,0 @@ -#![no_main] -#![no_std] - -use panic_halt as _; - -#[rtic::app(cores = 2, device = homogeneous)] -const APP: () = {}; |