Skip to content

Commit

Permalink
fix known bootloader names
Browse files Browse the repository at this point in the history
  • Loading branch information
ffenix113 committed Feb 10, 2024
1 parent 861daea commit 0e50bdf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cli/types/board/known_boards.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ var bootloaderBoards = func() map[string][]string {
"nrf52_legacy": {
"nrf52840dongle_nrf52840",
},
"adafruit_nrf52_sd132": {},
"adafruit_nrf52_sd140": {},
"adafruit_nrf52_sd132": {},
"adafruit_nrf52_sd140_v6": {},
"adafruit_nrf52_sd140_v7": {},
}

for _, boards := range bootloadersMap {
Expand Down

0 comments on commit 0e50bdf

Please sign in to comment.