Skip to content

Commit 0c0c90c

Browse files
authored
Add NESHTEC board to platform check (#240)
1 parent b36a4bc commit 0c0c90c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nanoFirmwareFlasher.Tool/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ static async Task RunOptionsAndReturnExitCodeAsync(Options o)
480480
|| o.TargetName.StartsWith("WeAct")
481481
|| o.TargetName.StartsWith("ORGPAL")
482482
|| o.TargetName.StartsWith("Pyb")
483+
|| o.TargetName.StartsWith("NESHTEC_NESHNODE_V")
483484
)
484485
{
485486
// candidates for STM32

0 commit comments

Comments
 (0)