From bc57a1e5aa236e9830d7a193e98c6d4de60f78d6 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Thu, 28 Feb 2008 00:34:10 +0100 Subject: Update the flash memory accesses. --- digital/avr/modules/flash/test/test-flash.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'digital/avr/modules/flash/test/test-flash.c') diff --git a/digital/avr/modules/flash/test/test-flash.c b/digital/avr/modules/flash/test/test-flash.c index d5e13089..5ca564a7 100644 --- a/digital/avr/modules/flash/test/test-flash.c +++ b/digital/avr/modules/flash/test/test-flash.c @@ -22,9 +22,16 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * }}} */ +#include "common.h" #include "io.h" #include "../flash.h" +void +proto_callback (uint8_t cmd, uint8_t size, uint8_t *args) +{ + //TODO Still don't know what to to +} + int main (void) { -- cgit v1.2.3