new update for ringbuf

This commit is contained in:
2025-01-11 11:38:04 +01:00
parent badeea8071
commit 4b318ecc76
4 changed files with 76 additions and 129 deletions

View File

@ -35,8 +35,6 @@ features = ["critical-section"]
[dependencies.ringbuf]
version = "0.4.7"
default-features = false
git = "https://github.com/robamu/ringbuf.git"
branch = "remove-mut-on-split-ref"
features = ["portable-atomic"]
[dependencies.va108xx-hal]