Skip to content

Commit

Permalink
Add NESHTEC board to platform check (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
thwr authored Aug 23, 2023
1 parent b36a4bc commit 0c0c90c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nanoFirmwareFlasher.Tool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@ static async Task RunOptionsAndReturnExitCodeAsync(Options o)
|| o.TargetName.StartsWith("WeAct")
|| o.TargetName.StartsWith("ORGPAL")
|| o.TargetName.StartsWith("Pyb")
|| o.TargetName.StartsWith("NESHTEC_NESHNODE_V")
)
{
// candidates for STM32
Expand Down

0 comments on commit 0c0c90c

Please sign in to comment.