summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'stmhal/storage.h')
-rw-r--r--stmhal/storage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/storage.h b/stmhal/storage.h
index 4d153d2f69..ae6c832281 100644
--- a/stmhal/storage.h
+++ b/stmhal/storage.h
@@ -3,7 +3,7 @@
void storage_init(void);
uint32_t storage_get_block_size(void);
uint32_t storage_get_block_count(void);
-bool storage_needs_flush(void);
+void storage_irq_handler(void);
void storage_flush(void);
bool storage_read_block(uint8_t *dest, uint32_t block);
bool storage_write_block(const uint8_t *src, uint32_t block);