diff options
Diffstat (limited to 'src/storage.h')
-rw-r--r-- | src/storage.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/storage.h b/src/storage.h index 656d13e..10cdbc5 100644 --- a/src/storage.h +++ b/src/storage.h @@ -47,10 +47,9 @@ class Storage { * dattern data will be read and stored, regardless of the * pattern header. * - * @param idx pattern index (subjec to change!) * @param data pattern data. Must be at least 64 Bytes */ - void save(uint16_t idx, uint8_t *data); // TODO probably better without idx + void save(uint8_t *data); /** * Continue saving a pattern on the EEPROM. Appends 64 bytes of |