Skip to content

Commit

Permalink
Remove useless comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Baldanos committed Sep 7, 2020
1 parent 4c00cba commit e703b4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hydrabus/hydrabus_serprog.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,11 @@ void bbio_mode_serprog(t_hydra_console *con)
case S_CMD_NOP:
break;
case S_CMD_Q_IFACE:
//TODO
cprint(con, S_ACK, 1);
cprint(con, "\x01\x00", 2);
break;
case S_CMD_Q_CMDMAP:
cprint(con, S_ACK, 1);
//TODO
cprint(con, "\x3f\x01\x3f\x00", 4);
cprint(con, "\x00\x00\x00\x00", 4);
cprint(con, "\x00\x00\x00\x00", 4);
Expand Down

0 comments on commit e703b4c

Please sign in to comment.