summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-03-12 22:07:12 +0100
committerDaniel Friesel <derf@finalrewind.org>2016-03-12 22:07:12 +0100
commit0ee7d763090e32118829fb897ff8ad4261c3c27e (patch)
tree4b1c4084adb70f10dd99b45a243b3ce467b834a6 /src/storage.h
parent31d40607ceaae5dcb78f41fcfe7dbd777f75d485 (diff)
>255byte pattern support, commit 2/2
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage.h b/src/storage.h
index e7feedb..c72b766 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -80,7 +80,7 @@ class Storage {
*
* @param idx pattern index (starting with 0)
* @param data pointer to data structure for the pattern. Must be
- * at least 260 bytes
+ * at least 132 bytes
*/
void load(uint8_t idx, uint8_t *data);