Skip to content

Commit e127182

Browse files
authored
Merge pull request #146 from stianvikanes/default-fir
add: fir as default feature
2 parents 5a55c31 + fc5e6d5 commit e127182

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

sfy-buoy/Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,15 @@ git = "https://github.com/gauteh/notecard-rs"
4343
half = { version = "1.8.2", features = [ "use-intrinsics", "bytemuck", "serde" ] }
4444

4545
[features]
46+
default = [ "build-bin" ]
4647
continuous = []
47-
20Hz = [ 'fir' ]
48+
20Hz = ["fir"]
4849
raw = [ "storage" ]
4950
fir = []
5051
storage = []
5152
target-test = [ "storage" ]
52-
build-bin = [ "storage", "raw", "anyhow", "argh", "serde-json-core/std", "serde_json", "chrono/std" ]
53-
default = [ "build-bin" ]
53+
build-bin = [ "fir", "storage", "raw", "anyhow", "argh", "serde-json-core/std", "serde_json", "chrono/std" ]
54+
5455

5556
[patch.crates-io]
5657
ism330dhcx = { git = "https://github.com/gauteh/ism330dhcx", branch = "52hz" }

sfy-buoy/sfy-artemis/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ git = "https://github.com/gauteh/ambiq-rs"
3333

3434

3535
[features]
36-
default = [ "deploy" ]
36+
default = [ "deploy", "fir" ]
3737
continuous = [ "sfy/continuous" ]
3838
20Hz = [ "sfy/20Hz" ]
3939
raw = [ "sfy/raw" ]

0 commit comments

Comments
 (0)