Skip to content

Commit

Permalink
Fix consecutive BBIO
Browse files Browse the repository at this point in the history
Zoruk authored and Baldanos committed Mar 30, 2019
1 parent 5a3a20a commit 4995ea5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.c
Original file line number Diff line number Diff line change
@@ -89,6 +89,7 @@ THD_FUNCTION(console, arg)
case 0:
if (++i == 20) {
cmd_bbio(con);
i=0;
}
break;
/* SUMP identification is 5*\x00 \x02 */

0 comments on commit 4995ea5

Please sign in to comment.