Skip to content

Commit

Permalink
add missing feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Univa committed Mar 12, 2024
1 parent 7976c65 commit ac398bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rumcake-basic-template/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cortex-m = { version = "0.7.6", features = ["critical-section-single-core"] }
cortex-m-rt = "0.7.0"
embassy-executor = { git = "https://github.com/embassy-rs/embassy", rev = "b8be126" }

rumcake = { git = "https://github.com/Univa/rumcake", rev = "e5480bf", features = ["usb", "stm32f303cb", "drivers", "vial", "underglow"] }
rumcake = { git = "https://github.com/Univa/rumcake", rev = "e5480bf", features = ["usb", "stm32f303cb", "vial", "underglow", "ws2812-bitbang"] }

[build-dependencies]
rust-lzma = "0.6.0"
Expand Down

0 comments on commit ac398bc

Please sign in to comment.