From 8201255a9d6dde4b29a5a539a1d6aeefcbd467df Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Mon, 10 May 2021 00:24:24 +0200 Subject: Update embassy --- ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci.sh') diff --git a/ci.sh b/ci.sh index 4e89ded..c566e74 100755 --- a/ci.sh +++ b/ci.sh @@ -5,7 +5,7 @@ set -euxo pipefail # build examples #================== -(cd examples; cargo build --target thumbv7em-none-eabihf --features cortex-m-rtic --bins) +(cd examples; cargo build --target thumbv7em-none-eabihf --bins) # build with log/defmt combinations -- cgit v1.2.3