From 1083f59d248b41c19ff760a351bc192be8508aab Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Sun, 9 Mar 2008 21:14:15 +0100 Subject: Tested the init function. Tested the write (flash_write) Tested the read (flash_read) --- digital/avr/modules/flash/flash.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'digital/avr/modules/flash/flash.h') diff --git a/digital/avr/modules/flash/flash.h b/digital/avr/modules/flash/flash.h index 8d72ba43..5ff4e8ce 100644 --- a/digital/avr/modules/flash/flash.h +++ b/digital/avr/modules/flash/flash.h @@ -59,8 +59,9 @@ struct flash_t typedef struct flash_t flash_t; /** Initialise the flsah memory. + * \return the flash context usefull to access to the addr for debug. */ -void +flash_t * flash_init (void); /** Flash access. -- cgit v1.2.3