Skip to content

Commit

Permalink
fix(cargo): add cortex-m-systick feature back
Browse files Browse the repository at this point in the history
Signed-off-by: HaoboGu <[email protected]>
  • Loading branch information
HaoboGu committed Nov 30, 2023
1 parent 3a861c1 commit d448a92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rmk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ embedded-storage = { version = "0.3" }
num_enum = { version = "0.7.0", default-features = false }
log = "0.4.19"
rtic-monotonics = { version = "1", features = [
"cortex-m-systick",
"systick-10khz",
] }
usb-device = "0.2.9"
Expand Down

0 comments on commit d448a92

Please sign in to comment.