Rename the package (and application) to stm32f4-demo

This commit is contained in:
Paul van Tilburg 2019-03-06 21:18:10 +01:00
parent d0216915c2
commit cbc0b0c93a
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
authors = ["Paul van Tilburg <paul@luon.net>"]
edition = "2018"
readme = "README.md"
name = "stm32-demo"
name = "stm32f4-demo"
version = "0.1.0"
[dependencies]
@ -22,7 +22,7 @@ version = "0.3.0"
features = ["rt", "stm32f407"]
[[bin]]
name = "stm32-demo"
name = "stm32f4-demo"
test = false
bench = false