We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0456c commit 31fff26Copy full SHA for 31fff26
src/bossac.cpp
@@ -365,18 +365,18 @@ main(int argc, char* argv[])
365
flash->setBor(config.borArg);
366
}
367
368
- if (config.security)
369
- {
370
- printf("Set security\n");
371
- flash->setSecurity();
372
- }
373
-
374
if (config.lock)
375
flasher.lock(config.lockArg, true);
376
377
if (config.info)
378
flasher.info(samba);
379
+ if (config.security)
+ {
+ printf("Set security\n");
+ flash->setSecurity();
+ }
+
380
if (config.reset)
381
samba.reset();
382
0 commit comments