From 41813460998b22f7ea3ac35ae6f8f9cda3886ac9 Mon Sep 17 00:00:00 2001 From: NĂ©lio Laranjeiro Date: Mon, 13 Jul 2009 15:54:03 +0200 Subject: *tools/trace, digital/avr/modules/flash, digital/avr/modules/trace: * Added the flash host file support for simulator tests. * Removed in the python tool the memory space in double when receiving from the proto object. --- digital/avr/modules/flash/flash.h | 3 +++ 1 file changed, 3 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 ff4713db..1a24d59e 100644 --- a/digital/avr/modules/flash/flash.h +++ b/digital/avr/modules/flash/flash.h @@ -57,6 +57,9 @@ enum { FLASH_CMD_INIT, FLASH_CMD_READ, + FLASH_CMD_WRITE, + FLASH_CMD_READ_BYTE, + FLASH_CMD_WRITE_BYTE, FLASH_CMD_NB }; -- cgit v1.2.3