diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-08-05 19:25:12 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-05 19:25:12 +0200 |
| commit | 8a65128cfed335e637ee80c91b1efc7b3c58ba10 (patch) | |
| tree | f5b496e5ac141fb0914413ceed34c89d14d5d2c1 /.github/workflows | |
| parent | a4c0ee6df7cd54a3b31524e2c6aaf2b15b61a4d2 (diff) | |
| parent | 05e50e1f4a2549a13491e8bb865c3e6d2038f875 (diff) | |
Merge pull request #338 from embassy-rs/time-driver
Remove dyn in time Clock/Alarm.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index d11bc8d41..38d9c128f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml | |||
| @@ -77,7 +77,7 @@ jobs: | |||
| 77 | features: stm32l476vg,defmt | 77 | features: stm32l476vg,defmt |
| 78 | - package: embassy-stm32 | 78 | - package: embassy-stm32 |
| 79 | target: thumbv6m-none-eabi | 79 | target: thumbv6m-none-eabi |
| 80 | features: stm32l053r8,defmt | 80 | features: stm32l072cz,defmt |
| 81 | - package: examples/stm32f4 | 81 | - package: examples/stm32f4 |
| 82 | target: thumbv7em-none-eabi | 82 | target: thumbv7em-none-eabi |
| 83 | - package: examples/stm32l4 | 83 | - package: examples/stm32l4 |
