diff options
author | Daniel Friesel <derf@finalrewind.org> | 2016-02-24 17:28:53 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2016-02-24 17:28:53 +0100 |
commit | 6cc9c4fa5133e5b2e587735d2cd3cc9272fa7c8a (patch) | |
tree | 60635f12f9b730abfdd57cb6977a0b4e185f89ff /src/storage.h | |
parent | 796805659b6478b6cafeaf743b1540050c3ccdce (diff) |
Add END/EOT signal, only write number of animations at EOT
Diffstat (limited to 'src/storage.h')
-rw-r--r-- | src/storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/storage.h b/src/storage.h index 9eedd52..322555b 100644 --- a/src/storage.h +++ b/src/storage.h @@ -42,6 +42,8 @@ class Storage { */ void reset(); + void sync(); + /** * Checks whether the EEPROM contains animathion data. * |