From 0ffaacc9df86e26e5323a973d99601721d767913 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Sun, 24 Feb 2008 19:47:16 +0100 Subject: Added sources for the flash use. Not tested ! --- digital/avr/modules/flash/flash.h | 2 ++ 1 file changed, 2 insertions(+) (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 b70a8cd9..f5360c00 100644 --- a/digital/avr/modules/flash/flash.h +++ b/digital/avr/modules/flash/flash.h @@ -24,6 +24,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * }}} */ +#include "io.h" struct flash_t { @@ -89,6 +90,7 @@ flash_read_managed_array (uint8_t offset, uint8_t *buffer); /** Write a data with a managed array. * \param data to store in the memory. */ +void flash_write_managed (uint8_t data); /** Write an array of data to the flash memory. The length of the array shall -- cgit v1.2.3