summaryrefslogtreecommitdiff
path: root/src/storage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage.cc')
-rw-r--r--src/storage.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage.cc b/src/storage.cc
index 21eed31..2b3ea7c 100644
--- a/src/storage.cc
+++ b/src/storage.cc
@@ -231,6 +231,7 @@ bool Storage::hasData()
return true;
}
+// TODO support multi-page reads
void Storage::load(uint8_t idx, uint8_t *data)
{
uint8_t page_offset;