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 = [
2828
2929[dependencies .embassy-futures ]
3030version = " 0.1.1"
31- # path = "../../embassy/embassy-futures"
3231
3332[dependencies .embassy-sync ]
3433version = " 0.6.2"
35- # path = "../../embassy/embassy-sync"
3634
3735[dependencies .embassy-time ]
3836version = " 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"]
4241
4342[dependencies .critical-section ]
4443version = " 1.2"
You can’t perform that action at this time.
0 commit comments