summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-02-18 11:19:47 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-02-18 11:19:47 +0100
commit208416b58565ee5a8ea7a1670924dcde4e633663 (patch)
treec8e5540db31850903bd6e8c3d365c52375a6db3d /src/system.h
parent319bb58fa93421283a4c0b9cbf8f474f11a1530e (diff)
system receive state machine: Add START_OR_PATTERN status
Needed so that both continuing the current transaction and sending an entirely new one works
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index 764ef95..14dc257 100644
--- a/src/system.h
+++ b/src/system.h
@@ -15,6 +15,7 @@ class System {
enum RxExpect : uint8_t {
START1,
START2,
+ START_OR_PATTERN,
PATTERN1,
PATTERN2,
HEADER1,