Skip to content

Commit 4c00992

Browse files
committed
Use consistent feature name.
1 parent ee11451 commit 4c00992

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

nrf-hal-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ doc = []
108108
5340-app = ["nrf5340-app-pac"]
109109
5340-net = ["nrf5340-net-pac"]
110110
9160 = ["nrf9160-pac"]
111-
monotonic = ["rtic-monotonic", "fugit"]
111+
rtic-monotonic = ["dep:rtic-monotonic", "dep:fugit"]

nrf51-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ version = "=0.17.1"
3131
doc = []
3232
embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"]
3333
rt = ["nrf51-pac/rt"]
34-
rtic-monotonic = ["nrf-hal-common/monotonic"]
34+
rtic-monotonic = ["nrf-hal-common/rtic-monotonic"]
3535
# Note: We use the xxAB package by default because it has the least amount of available resources.
3636
default = ["rt", "xxAB-package", "embedded-hal-02"]
3737
xxAA-package = []

nrf52805-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ version = "=0.17.1"
3030
doc = []
3131
embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"]
3232
rt = ["nrf52805-pac/rt"]
33-
rtic-monotonic = ["nrf-hal-common/monotonic"]
33+
rtic-monotonic = ["nrf-hal-common/rtic-monotonic"]
3434
default = ["rt", "embedded-hal-02"]

nrf52810-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ version = "=0.17.1"
3030
doc = []
3131
embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"]
3232
rt = ["nrf52810-pac/rt"]
33-
rtic-monotonic = ["nrf-hal-common/monotonic"]
33+
rtic-monotonic = ["nrf-hal-common/rtic-monotonic"]
3434
default = ["rt", "embedded-hal-02"]

nrf52811-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ version = "=0.17.1"
2929
[features]
3030
embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"]
3131
rt = ["nrf52811-pac/rt"]
32-
rtic-monotonic = ["nrf-hal-common/monotonic"]
32+
rtic-monotonic = ["nrf-hal-common/rtic-monotonic"]
3333
default = ["rt", "embedded-hal-02"]

nrf52832-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"]
3030
rt = ["nrf52832-pac/rt"]
3131
xxAA-package = []
3232
xxAB-package = []
33-
rtic-monotonic = ["nrf-hal-common/monotonic"]
33+
rtic-monotonic = ["nrf-hal-common/rtic-monotonic"]
3434

3535
# Note: We use the xxAB package because it has the least amount of available resources.
3636
# However, most users will want to use the xxAA package.

nrf52833-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ version = "=0.17.1"
3131
doc = []
3232
embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"]
3333
rt = ["nrf52833-pac/rt"]
34-
rtic-monotonic = ["nrf-hal-common/monotonic"]
34+
rtic-monotonic = ["nrf-hal-common/rtic-monotonic"]
3535
default = ["rt", "embedded-hal-02"]

nrf52840-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ version = "=0.17.1"
3030
doc = []
3131
embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"]
3232
rt = ["nrf52840-pac/rt"]
33-
rtic-monotonic = ["nrf-hal-common/monotonic"]
33+
rtic-monotonic = ["nrf-hal-common/rtic-monotonic"]
3434
default = ["rt", "embedded-hal-02"]

nrf5340-app-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ version = "=0.17.1"
2828
doc = []
2929
embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"]
3030
rt = ["nrf5340-app-pac/rt"]
31-
rtic-monotonic = ["nrf-hal-common/monotonic"]
31+
rtic-monotonic = ["nrf-hal-common/rtic-monotonic"]
3232
default = ["rt", "embedded-hal-02"]

nrf5340-net-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ version = "=0.17.1"
2424
doc = []
2525
embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"]
2626
rt = ["nrf5340-net-pac/rt"]
27-
rtic-monotonic = ["nrf-hal-common/monotonic"]
27+
rtic-monotonic = ["nrf-hal-common/rtic-monotonic"]
2828
default = ["rt", "embedded-hal-02"]

0 commit comments

Comments
 (0)