Add uart Header struct

This commit is contained in:
2023-05-29 17:14:30 +02:00
parent fa3b1502d7
commit 59f91e2f6b
4 changed files with 52 additions and 13 deletions

View File

@ -37,6 +37,7 @@ atomic-polyfill = "1.0.2"
critical-section = "1.1.1"
crc-any = "2.4.3"
serde = { version = "1.0.163", default-features = false, features = ["derive"] }
bytemuck = { version = "1.13.1", features = ["derive"] }
#[patch."https://git.nubo.sh/hulthe/tgnt.git"]
#tgnt = { path = "../tgnt" }