diff options
author | Anthony Towns <aj@erisian.com.au> | 2010-09-05 20:49:34 +1000 |
---|---|---|
committer | Anthony Towns <aj@erisian.com.au> | 2010-09-05 20:49:34 +1000 |
commit | ddc83b4c401be965a9947782becf20cc8c54e6a2 (patch) | |
tree | 3fa313271f3c3e42ca9cc76f8cca1937067ee907 /src/ao_config.c | |
parent | afea6c264c5ebf12f1d629bd4bc724da86d11b7a (diff) | |
parent | 3d49d5f69b41c27003dbc5ccf1899014bd13bd99 (diff) |
Merge branch 'master' of git://git.gag.com/fw/altos
Diffstat (limited to 'src/ao_config.c')
-rw-r--r-- | src/ao_config.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ao_config.c b/src/ao_config.c index cbd639a5..88b52dc0 100644 --- a/src/ao_config.c +++ b/src/ao_config.c @@ -27,16 +27,6 @@ __xdata uint8_t ao_config_mutex; #define AO_CONFIG_DEFAULT_CALLSIGN "N0CALL" #define AO_CONFIG_DEFAULT_ACCEL_ZERO_G 16000 #define AO_CONFIG_DEFAULT_APOGEE_DELAY 0 -/* - * For 434.550MHz, the frequency value is: - * - * 434.550e6 / (24e6 / 2**16) = 1186611.2 - * - * This value is stored in a const variable so that - * ao-load can change it during programming for - * devices that have no eeprom for config data. - */ -const uint32_t ao_radio_cal = 1186611; #if HAS_EEPROM static void |