Skip to content

Commit 7f20515

Browse files
committed
fix(example/ch32v307): Update the embasssy-executor
This somehow fixes USB_HS. Signed-off-by: Arthur Heymans <[email protected]>
1 parent dade3d9 commit 7f20515

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/ch32v307/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ ch32-hal = { path = "../../", features = [
1212
"highcode",
1313
"time-driver-tim1",
1414
] }
15-
embassy-executor = { version = "0.7.0", features = [
15+
embassy-executor = { version = "0.9.1", features = [
1616
"arch-spin",
1717
"executor-thread",
1818
] }
1919

2020
critical-section = "1.2.0"
2121

22-
embassy-time = "0.4.0"
22+
embassy-time = {version = "0.4.0", features = [ "generic-queue-8" ] }
2323
embassy-usb = "0.5.1"
2424
embassy-futures = "0.1.2"
2525
nb = "1.1.0"

0 commit comments

Comments
 (0)