diff options
| author | Paul Sbarra <[email protected]> | 2024-12-29 23:33:18 -0600 |
|---|---|---|
| committer | Paul Sbarra <[email protected]> | 2024-12-29 23:33:33 -0600 |
| commit | 10def24e7251de1cd915feb760c545870a329abe (patch) | |
| tree | 1c020def0f2097875c30906efb052c126595b57d /embassy-time-driver/Cargo.toml | |
| parent | a4f8fddd696ca2e3705827ba4b3806cbadcb3134 (diff) | |
fix embassy-time-driver example
Diffstat (limited to 'embassy-time-driver/Cargo.toml')
| -rw-r--r-- | embassy-time-driver/Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/embassy-time-driver/Cargo.toml b/embassy-time-driver/Cargo.toml index 2a1d5ee1d..b709cafc1 100644 --- a/embassy-time-driver/Cargo.toml +++ b/embassy-time-driver/Cargo.toml | |||
| @@ -368,3 +368,7 @@ tick-hz-5_242_880_000 = [] | |||
| 368 | 368 | ||
| 369 | [dependencies] | 369 | [dependencies] |
| 370 | document-features = "0.2.7" | 370 | document-features = "0.2.7" |
| 371 | |||
| 372 | [dev-dependencies] | ||
| 373 | critical-section = "1" | ||
| 374 | embassy-time-queue-utils = { path = "../embassy-time-queue-utils" } \ No newline at end of file | ||
