Skip to content

Commit

Permalink
Ops, I forgot to revert some tests :P.
Browse files Browse the repository at this point in the history
  • Loading branch information
Noltari committed Dec 15, 2010
1 parent 5a3bd18 commit 09d5ac8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ void main() {

nJigs = 0;
WaitJig = 2;
//Delay10ms(50);
Delay10ms(50);
}
}
}
Expand All @@ -293,11 +293,8 @@ void main() {
if(nJigs == 8) {
nJigs = 0;
WaitJig = 0;
OnDongleOK();
/*
Delay10ms(50);
Disconnect = 5;
*/
}
}
}
Expand Down

0 comments on commit 09d5ac8

Please sign in to comment.