From 19b2c164f6c19e28ad03e82eb13a6aa878db0c24 Mon Sep 17 00:00:00 2001 From: Justin Beaurivage Date: Mon, 27 Sep 2021 14:34:47 -0400 Subject: [PATCH] Keep feather_m4 Tier 2 for now --- crates.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates.json b/crates.json index 1db96bddbb6a..12944b918bb7 100644 --- a/crates.json +++ b/crates.json @@ -33,7 +33,7 @@ "build": "cargo build --examples --features=unproven,usb,dma,rtic" }, "feather_m4": { - "tier": 1, + "tier": 2, "build": "cargo build --examples --features=unproven,usb" }, "gemma_m0": {