File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -28,17 +28,16 @@ features = [
28
28
29
29
[dependencies .embassy-futures ]
30
30
version = " 0.1.1"
31
- # path = "../../embassy/embassy-futures"
32
31
33
32
[dependencies .embassy-sync ]
34
33
version = " 0.6.2"
35
- # path = "../../embassy/embassy-sync"
36
34
37
35
[dependencies .embassy-time ]
38
36
version = " 0.4.0"
39
- # path = "../../embassy/embassy-time"
40
- # This is board specific.
41
- features = [" tick-hz-10_000" ]
37
+ # For real builds, you should figure out your target's tick rate and set the appropriate feature,
38
+ # like in these examples. Without this, embassy-time will assume a 1Mhz tick rate, and every time
39
+ # operation will involve a conversion.
40
+ # features = ["tick-hz-10_000"]
42
41
43
42
[dependencies .critical-section ]
44
43
version = " 1.2"
You can’t perform that action at this time.
0 commit comments