summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-02-24 17:28:53 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-02-24 17:28:53 +0100
commit6cc9c4fa5133e5b2e587735d2cd3cc9272fa7c8a (patch)
tree60635f12f9b730abfdd57cb6977a0b4e185f89ff /src/system.h
parent796805659b6478b6cafeaf743b1540050c3ccdce (diff)
Add END/EOT signal, only write number of animations at EOT
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index 5a2c199..f192389 100644
--- a/src/system.h
+++ b/src/system.h
@@ -24,7 +24,7 @@ class System {
enum RxExpect : uint8_t {
START1,
START2,
- START_OR_PATTERN,
+ NEXT_BLOCK,
PATTERN1,
PATTERN2,
HEADER1,