From 2a3a8126f57cf32c423f4a1ee5ae45dc4da132fd Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Thu, 21 Feb 2008 23:22:56 +0100 Subject: Forget the init function. --- digital/avr/modules/flash/flash.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'digital') 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. -- cgit v1.2.3