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
commit b150b9506b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"