diff --git a/app/commands.hh b/app/commands.hh index 0c4d320..d89b85b 100644 --- a/app/commands.hh +++ b/app/commands.hh @@ -277,9 +277,8 @@ struct LoadFile : public Commands { if (bootstrap) { this->flash.reset(); - return 1; } - return commands::VerifyFile(this->flash, filename, start_addr, quad).run(); + return 1; } };