From d2151ccbf935da23d44c183f1ddb185c7ad83bfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Tue, 1 Sep 2020 17:09:25 +0000 Subject: Remove all of heterogeneous and homogeneous modules --- homogeneous/examples/smallest.rs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 homogeneous/examples/smallest.rs (limited to 'homogeneous/examples/smallest.rs') diff --git a/homogeneous/examples/smallest.rs b/homogeneous/examples/smallest.rs deleted file mode 100644 index 913e489..0000000 --- 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: () = {}; -- cgit v1.2.3