From 74e45b0890a28365efd4145a0974662e261e1a64 Mon Sep 17 00:00:00 2001 From: Joshua Salzedo Date: Thu, 1 Apr 2021 13:32:01 -0700 Subject: [PATCH] Purge outdated references The device-specific stm HALs no longer exist as they were merged into `embassy-stm32`. This PR removes references to them in the example workspace toml --- Cargo.example.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.example.toml b/Cargo.example.toml index c946a460..0eae8748 100644 --- a/Cargo.example.toml +++ b/Cargo.example.toml @@ -29,9 +29,6 @@ members = [ # stm32 #"embassy-stm32", - #"embassy-stm32f4", - #"embassy-stm32l0", - #"embassy-stm32f4-examples", # rp2040 #"embassy-rp",