diff options
| author | Keith Packard <keithp@keithp.com> | 2011-07-21 20:04:05 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2011-08-27 12:45:33 -0700 | 
| commit | 4299b5a36a2f6f9f7bbbc3a1b935dd2357c1fb0f (patch) | |
| tree | 3b8adeaa02d4f54009aefa9bceafc92a88a64d65 /src/ao_telelaunch.c | |
| parent | 776df9ce2e7b4fa5cedda326988e66c614299af4 (diff) | |
altos: Implement remote launch protocol
Uses the radio_cmac module to provide secure communication.
Keeps igniter closed for 500ms.
Provides remote status for arming and ignition.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/ao_telelaunch.c')
| -rw-r--r-- | src/ao_telelaunch.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ao_telelaunch.c b/src/ao_telelaunch.c index b5404710..506431de 100644 --- a/src/ao_telelaunch.c +++ b/src/ao_telelaunch.c @@ -35,7 +35,6 @@ main(void)  	ao_storage_init();  	ao_usb_init();  	ao_radio_init(); -	ao_igniter_init();  #if HAS_DBG  	ao_dbg_init();  #endif  | 
