diff options
| author | hierophect <hierophect@gmail.com> | 2019-10-24 14:11:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-24 14:11:17 -0400 |
| commit | 3683ee3ffa5b6da2574e1618b539b68cbc7e8db5 (patch) | |
| tree | 9aab8c0c6edbec639b5ef8c751ce2d17d524a36d /.github | |
| parent | 51c7bb71184021e726e308e35ed47cce952b2df9 (diff) | |
| parent | 511071e1bac6d093e001e4ae9b42402554af8de8 (diff) | |
Merge pull request #2243 from hierophect/f405-rename-and-fixes
STM32: rename feather_stm32f405_express, fix makefile defs issue
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1a9c8bca1..86143c8ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,7 +92,6 @@ jobs: - "electronut_labs_blip" - "electronut_labs_papyr" - "escornabot_makech" - - "feather_f405" - "feather_m0_adalogger" - "feather_m0_basic" - "feather_m0_express" @@ -103,6 +102,7 @@ jobs: - "feather_m4_express" - "feather_nrf52840_express" - "feather_radiofruit_zigbee" + - "feather_stm32f405_express" - "gemma_m0" - "grandcentral_m4_express" - "hallowing_m0_express" |
