diff options
| author | Dario Nieuwenhuis <[email protected]> | 2021-08-03 22:08:13 +0200 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2021-08-05 19:14:09 +0200 |
| commit | 0ea6a2d8905a146c8899239fe52e739404f13e7e (patch) | |
| tree | 0fdc47c7558a062787afea6d1f6a7d0ce5a2f660 /.github/workflows | |
| parent | a4c0ee6df7cd54a3b31524e2c6aaf2b15b61a4d2 (diff) | |
time: replace dyn clock/alarm with a global Driver trait
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 |
