diff options
author | 2020-09-01 17:09:25 +0000 | |
---|---|---|
committer | 2020-09-01 17:48:53 +0000 | |
commit | d2151ccbf935da23d44c183f1ddb185c7ad83bfa (patch) | |
tree | 8136a672825057484e201aa8d2a609cf3773672a /homogeneous/examples/smallest.rs | |
parent | d06cf91acc1126e66002f8884b1e7b7a65a9b24a (diff) | |
download | rtic-d2151ccbf935da23d44c183f1ddb185c7ad83bfa.tar.gz rtic-d2151ccbf935da23d44c183f1ddb185c7ad83bfa.tar.zst rtic-d2151ccbf935da23d44c183f1ddb185c7ad83bfa.zip |
Remove all of heterogeneous and homogeneous modules
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: () = {}; |