Adjust toml files, fix application example

This commit is contained in:
Kaitlyn Kenwell
2023-12-14 10:34:22 -05:00
parent a34abd849f
commit 27d054aa68
3 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,8 @@
[package]
edition = "2021"
name = "stm32-bootloader-example"
name = "stm32wb-dfu-bootloader-example"
version = "0.1.0"
description = "Example bootloader for STM32 chips"
description = "Example USB DFUbootloader for the STM32WB series of chips"
license = "MIT OR Apache-2.0"
[dependencies]