summaryrefslogtreecommitdiff
path: root/digital/avr/modules/flash/flash.h
diff options
context:
space:
mode:
authorNélio Laranjeiro2009-03-01 12:08:20 +0100
committerNélio Laranjeiro2009-03-01 12:08:20 +0100
commit4d53ce59cdc998471981e78825d85bd4cfe37b50 (patch)
tree7cfed27022c709e83050476e822d774b58253b1c /digital/avr/modules/flash/flash.h
parentba98e932657a6a8f9d5139a571bb77ef5de1beca (diff)
digital/avr/modules/flash:
Added in the initialize part of the dump memory the possibility to find where is the last trace.
Diffstat (limited to 'digital/avr/modules/flash/flash.h')
-rw-r--r--digital/avr/modules/flash/flash.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/digital/avr/modules/flash/flash.h b/digital/avr/modules/flash/flash.h
index 47cc882e..9f92259a 100644
--- a/digital/avr/modules/flash/flash.h
+++ b/digital/avr/modules/flash/flash.h
@@ -53,6 +53,9 @@
#define FLASH_TBP_US 10
+#define FLASH_LOG_CODE 0xF33FF22F
+#define FLASH_LOG_CODE_READ 0x2FF23FF3
+
enum
{
FLASH_CMD_INIT,