diff options
author | Keith Packard <keithp@keithp.com> | 2013-08-26 16:39:47 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-08-26 16:39:47 -0700 |
commit | aeb1c8a2aa533cb2805f0dbe848e098c8cae2b39 (patch) | |
tree | b7953da68a9271df29051cb0924ddee514176478 /ao-tools | |
parent | 377a44cbfd5c8a659d2fecabb154726717a41900 (diff) |
ao-tools: Use TeleDongle for default ao-dbg target
Makes more sense than assuming we're still using the old TI developer board.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools')
-rw-r--r-- | ao-tools/ao-dbg/ao-dbg-parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-dbg/ao-dbg-parse.c b/ao-tools/ao-dbg/ao-dbg-parse.c index dcb9099d..ba691834 100644 --- a/ao-tools/ao-dbg/ao-dbg-parse.c +++ b/ao-tools/ao-dbg/ao-dbg-parse.c @@ -198,7 +198,7 @@ command_read (void) if (!s51_tty) { if (!s51_device) s51_device = getenv("AO_DBG_DEVICE"); - s51_tty = cc_usbdevs_find_by_arg(s51_device, "TIDongle"); + s51_tty = cc_usbdevs_find_by_arg(s51_device, "TeleDongle"); } s51_dbg = ccdbg_open (s51_tty); if (!s51_dbg) |