aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/flash.h
diff options
context:
space:
mode:
Diffstat (limited to 'laser-tag software/flash.h')
-rw-r--r--laser-tag software/flash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/laser-tag software/flash.h b/laser-tag software/flash.h
index 8bf15db..20183b0 100644
--- a/laser-tag software/flash.h
+++ b/laser-tag software/flash.h
@@ -7,6 +7,6 @@
extern uint8_t *images[IMAGE_COUNT];
int flash_init();
-int flash_write(uint32_t addr, uint8_t *data, uint32_t len);
+int flash_write_sector(uint32_t addr, uint8_t *data);
#endif