summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/proto/proto.cc
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/proto/proto.cc')
-rw-r--r--2005/i/robert/src/proto/proto.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/2005/i/robert/src/proto/proto.cc b/2005/i/robert/src/proto/proto.cc
index 177f5c3..a7ada32 100644
--- a/2005/i/robert/src/proto/proto.cc
+++ b/2005/i/robert/src/proto/proto.cc
@@ -241,6 +241,7 @@ Proto::getFrame(void)
currentFrame_.command = receivedChar;
revState_ = 2;
}
+ // On vérifie que le match n'est pas fini
break;
case 2:
d = hex2digit (receivedChar);