summaryrefslogtreecommitdiff
path: root/ao_ee.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-04-21 01:17:03 -0700
committerKeith Packard <keithp@keithp.com>2009-04-21 01:17:03 -0700
commitd1887ded41a5bfec8e10e9fd736fa9444b9b6222 (patch)
tree936c2e251c195d80e13a0754931ba188fbf7e5ad /ao_ee.c
parent43c8f7012102cdb591ace899420c10e4a78385ad (diff)
Fix up fancy dbg stuff. Add teleterra initial bits.
The dbg stuff needed a bit of help to actually walk the tables; it appears that complex expressions confuse sdcc. This also adds primitive teleterra bits, but no UI, etc. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao_ee.c')
-rw-r--r--ao_ee.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ao_ee.c b/ao_ee.c
index 642de19d..bce293cd 100644
--- a/ao_ee.c
+++ b/ao_ee.c
@@ -403,8 +403,8 @@ ee_store(void)
}
__code struct ao_cmds ao_ee_cmds[] = {
- { 'e', ee_dump, "e <block> Dump a block of EEPROM data\n" },
- { 'w', ee_store, "w <block> <start> <len> <data> ... Write data to EEPROM\n" },
+ { 'e', ee_dump, "e <block> Dump a block of EEPROM data" },
+ { 'w', ee_store, "w <block> <start> <len> <data> ... Write data to EEPROM" },
{ 0, ee_store, NULL },
};