summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
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);