Merge pull request #3235 from Niels-Be/patch-1

Rename package for embassy-stm32h755cm4 and cm7 example
This commit is contained in:
Dario Nieuwenhuis 2024-08-06 18:29:26 +00:00 committed by GitHub
commit d3ff0b1848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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

View File

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