Skip to content

Commit 5345df8

Browse files
committed
Fix v2 dependency feature
1 parent d646934 commit 5345df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ble-beacon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ optional = true
2222

2323
[features]
2424
v1 = ["microbit", "rubble-nrf5x/51"]
25-
v2 = ["microbit-v2"]
25+
v2 = ["microbit-v2", "rubble-nrf5x/52833"]
2626

2727
default = [
2828
"defmt-default",

0 commit comments

Comments
 (0)