1350: Fix duplicate package name `embassy-stm32h7-examples` r=lulf a=sgoll

This uses the correct package name for the `stm32h5` example.

Fixes #1349 

Co-authored-by: Sebastian Goll <goll@hmi-project.com>
This commit is contained in:
bors[bot]
2023-04-11 10:08:58 +00:00
committed by GitHub

View File

@ -1,6 +1,6 @@
[package]
edition = "2021"
name = "embassy-stm32h7-examples"
name = "embassy-stm32h5-examples"
version = "0.1.0"
license = "MIT OR Apache-2.0"