Skip to content

Commit

Permalink
added version view
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasW2005 committed Oct 14, 2021
1 parent 725e6c6 commit e6b7307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio-dfu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ int main(int argc, char **argv) //command-line arguments
{
if (argc != 3) //check if correct amount of arguments get passed
{
std::cerr << "Invalid Arguments:\n\n\t1st Argument should be location of dfu-programmer.exe (including .exe)\n\t2nd Argument should be location of hex file (usually ${TARGET_OUTPUT_DIR}${PROJECT_NAME})\n\n\tFor Example: \"C:\\dfu-programmer-win-0.7.2\\dfu-programmer.exe\" ${TARGET_OUTPUT_DIR}${PROJECT_NAME}" << std::endl;
std::cerr << "AIO-DFU v2.2\nInvalid Arguments:\n\n\t1st Argument should be location of dfu-programmer.exe (including .exe)\n\t2nd Argument should be location of hex file (usually ${TARGET_OUTPUT_DIR}${PROJECT_NAME})\n\n\tFor Example: \"C:\\dfu-programmer-win-0.7.2\\dfu-programmer.exe\" ${TARGET_OUTPUT_DIR}${PROJECT_NAME}" << std::endl;
return -1;
}

Expand Down

0 comments on commit e6b7307

Please sign in to comment.