diff options
author | Keith Packard <keithp@keithp.com> | 2013-04-01 02:39:35 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-04-01 02:39:35 -0700 |
commit | 985df526ec142258ef990d0b55b0a14e13c099b4 (patch) | |
tree | a5b8e694c7c718e8f5000127013c901c1afcc30a /src/telegps-v0.1 | |
parent | 14c63f94f36a95272d91695039abf54efb423a91 (diff) |
altos: Horrible kludge -- disable radio while talking with SD card
The SD card really doesn't like the RFI generated by our enormous
radio, so just lock the radio out while working with the card.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telegps-v0.1')
-rw-r--r-- | src/telegps-v0.1/ao_telegps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/telegps-v0.1/ao_telegps.c b/src/telegps-v0.1/ao_telegps.c index 4620de3b..68116bfb 100644 --- a/src/telegps-v0.1/ao_telegps.c +++ b/src/telegps-v0.1/ao_telegps.c @@ -52,7 +52,7 @@ main(void) ao_fat_init(); ao_gps_init(); -// ao_gps_report_mega_init(); + ao_gps_report_mega_init(); ao_telemetry_init(); ao_telemetry_set_interval(AO_SEC_TO_TICKS(1)); |