Rename the crate (and bin) to stm32f4disc-demo

Do this to make explicit it works just for the STM32F4DISCOVERY board.
This commit is contained in:
Paul van Tilburg 2019-03-17 14:22:25 +01:00
parent 1fff7f634f
commit e496e29e09

View file

@ -1,5 +1,5 @@
[package]
name = "stm32f4-demo"
name = "stm32f4disc-demo"
version = "0.1.0"
authors = ["Paul van Tilburg <paul@luon.net>"]
edition = "2018"
@ -22,7 +22,7 @@ version = "0.3.0"
features = ["rt", "stm32f407"]
[[bin]]
name = "stm32f4-demo"
name = "stm32f4disc-demo"
test = false
bench = false