altos: Don't init packet slave on TD. Make slave start optional
authorKeith Packard <keithp@keithp.com>
Sun, 20 Mar 2011 06:27:15 +0000 (23:27 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 20 Mar 2011 06:27:15 +0000 (23:27 -0700)
commit5c28b9312d90a3a66016abc641c20bcd852d69f8
tree6fa9b96cc2096342ee9579b3c9a08a40c55919a2
parente980b251e5a4d25410710a9aa89ef940e06b0d93
altos: Don't init packet slave on TD. Make slave start optional

Oops. TeleDongle was starting the packet slave code, which kinda
wrecked its ability to receive telemetry packets. This patch simply
removes the packet slave code from teledongle as it cannot be used
(yet), it also makes the packet slave code initialization take a
parameter which controls whether to start that by default; in the
future, perhaps TeleDongle will gain a command to start packet slave mode.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/ao.h
src/ao_packet_slave.c
src/ao_teledongle.c
src/ao_telemetrum.c
src/ao_telemini.c