Skip to content

Commit

Permalink
Reverted unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Jan 24, 2022
1 parent 4d41eb3 commit b3c86d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1241,3 +1241,4 @@ CommandOptions::invoke(char* argv[], int argc)
{
_flash->writeOptions();
}

2 changes: 1 addition & 1 deletion src/Shell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ void
Shell::add(Command* command)
{
_commandList.push_back(command);
}
}

0 comments on commit b3c86d4

Please sign in to comment.