This commit is contained in:
iceman1001 2019-05-07 11:46:12 +02:00
commit f68a398e42
4 changed files with 11 additions and 11 deletions

View file

@ -57,7 +57,7 @@ static int usage_hw_connect(void) {
PrintAndLogEx(NORMAL, " <port> serial port to connect to");
PrintAndLogEx(NORMAL, "");
PrintAndLogEx(NORMAL, "Examples:");
PrintAndLogEx(NORMAL, " hw connect "SERIAL_PORT_H);
PrintAndLogEx(NORMAL, " hw connect "SERIAL_PORT_EXAMPLE_H);
return PM3_SUCCESS;
}