diff options
author | Keith Packard <keithp@keithp.com> | 2012-11-30 20:51:47 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-11-30 20:51:47 -0800 |
commit | 5f6b3790667d9b92370b4fe0dad5626929fea2ba (patch) | |
tree | 9754433d3805dd0104c768c8e77014de76ca0e5f /configure.ac | |
parent | dd8b2eadab12965d232640449b1d1c9f2484238c (diff) |
altos: Make skytraq reflashing code try both 9600 and 4800 baud
This lets it communicate with the ROM code which boots at 4800 baud
instead of 9600 baud.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 0fcd97e2..ad10ac3c 100644 --- a/configure.ac +++ b/configure.ac @@ -164,6 +164,7 @@ ao-tools/ao-telem/Makefile ao-tools/ao-stmload/Makefile ao-tools/ao-send-telem/Makefile ao-tools/ao-sky-flash/Makefile +ao-tools/ao-mega/Makefile ao-utils/Makefile src/Version ]) |