summaryrefslogtreecommitdiff
path: root/digital/avr/modules
diff options
context:
space:
mode:
Diffstat (limited to 'digital/avr/modules')
-rw-r--r--digital/avr/modules/flash/flash.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/digital/avr/modules/flash/flash.h b/digital/avr/modules/flash/flash.h
index 56f95582..b70a8cd9 100644
--- a/digital/avr/modules/flash/flash.h
+++ b/digital/avr/modules/flash/flash.h
@@ -32,6 +32,11 @@ struct flash_t
};
typedef struct flash_t flash_t;
+/** Initialise the flsah memory.
+ */
+void
+flash_init (void);
+
/** Write in the flash byte provided in parameter.
* \param addr the address to store the data.
* \param data the buffer to store the data.