diff options
| author | Keith Packard <keithp@keithp.com> | 2010-01-09 01:22:06 -0800 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-01-09 01:22:06 -0800 | 
| commit | dc8d18736239b14c2ec48a40a01515912c5c25e6 (patch) | |
| tree | 217c97ad0c6378919dd1a442cd731540d138cb35 /src/ao.h | |
| parent | 3bab7e66d25988f5d63ec139c8814a85b983f8f3 (diff) | |
Add AT45DBxx1D driver
This driver supports the AT45DB011D through AT45DB321D DataFlash
parts as found in TeleMetrum v0.2
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao.h')
| -rw-r--r-- | src/ao.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -108,6 +108,7 @@ ao_start_scheduler(void);  #define AO_PANIC_CMD		6	/* Too many command sets registered */  #define AO_PANIC_STDIO		7	/* Too many stdio handlers registered */  #define AO_PANIC_REBOOT		8	/* Reboot failed */ +#define AO_PANIC_FLASH		9	/* Invalid flash part (or wrong blocksize) */  /* Stop the operating system, beeping and blinking the reason */  void | 
