Skip to content

Commit

Permalink
Update norfs
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Oct 9, 2023
1 parent 760f328 commit 2f202fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ log = { version = "0.4.18", default-features = false, features = [
] }
logger = { path = "logger" }
signal-processing = { path = "signal-processing" }
norfs = { git = "https://github.com/card-io-ecg/norfs.git", rev = "e74397c" }
norfs-driver = { git = "https://github.com/card-io-ecg/norfs.git", rev = "e74397c" }
norfs-esp32s3 = { git = "https://github.com/card-io-ecg/norfs.git", rev = "e74397c" }
norfs = { git = "https://github.com/card-io-ecg/norfs.git", rev = "6ca0a41" }
norfs-driver = { git = "https://github.com/card-io-ecg/norfs.git", rev = "6ca0a41" }
norfs-esp32s3 = { git = "https://github.com/card-io-ecg/norfs.git", rev = "6ca0a41" }
object-chain = "0.1.3"
bad-server = { path = "bad-server" }
defmt = { version = "=0.3.5" }
Expand Down

0 comments on commit 2f202fa

Please sign in to comment.