summaryrefslogtreecommitdiff
path: root/digital
diff options
context:
space:
mode:
authorNélio Laranjeiro2008-02-21 23:22:56 +0100
committerNélio Laranjeiro2008-02-21 23:22:56 +0100
commit2a3a8126f57cf32c423f4a1ee5ae45dc4da132fd (patch)
tree768f314adc2be32eeef7349054cbfbc6a22e2e4e /digital
parente644d87ce064f7de0ab198707433c2e215ea5be0 (diff)
Forget the init function.
Diffstat (limited to 'digital')
-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.