Skip to content

Commit

Permalink
Monotonic doesn't build on nrf51 or nrf52832 so remove the feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
qwandor committed May 23, 2024
1 parent 8eff0e5 commit 3c353da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nrf51-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ version = "=0.17.1"
doc = []
embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"]
rt = ["nrf51-pac/rt"]
monotonic = ["nrf-hal-common/monotonic"]
# Note: We use the xxAB package by default because it has the least amount of available resources.
default = ["rt", "xxAB-package", "embedded-hal-02"]
xxAA-package = []
Expand Down
1 change: 0 additions & 1 deletion nrf52832-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ embedded-hal-02 = ["nrf-hal-common/embedded-hal-02"]
rt = ["nrf52832-pac/rt"]
xxAA-package = []
xxAB-package = []
monotonic = ["nrf-hal-common/monotonic"]

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

0 comments on commit 3c353da

Please sign in to comment.