Skip to content

Commit

Permalink
Fix NXP packs in Blinky example (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigaMahne authored Aug 27, 2024
1 parent a6e4e27 commit 1a3692c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/Blinky/Blinky.csolution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ solution:

# List the packs that define the device and/or board.
packs:
- pack: NXP::MIMXRT1052_DFP@>=18.0.0
- pack: NXP::EVKB-IMXRT1050_BSP@>=18.0.0
- pack: NXP::MIMXRT1052_DFP@18.0.0
- pack: NXP::EVKB-IMXRT1050_BSP@18.0.0
- pack: Keil::IMXRT1050-EVKB_BSP@>=2.0.0-0
- pack: ARM::CMSIS@>=6.1.0
- pack: ARM::CMSIS-RTX@>=5.9.0
Expand Down

0 comments on commit 1a3692c

Please sign in to comment.