diff options
author | Bdale Garbee <bdale@gag.com> | 2010-08-23 23:11:22 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-08-23 23:11:22 -0600 |
commit | 295043112ccde35092945c286596f9045ee6fa05 (patch) | |
tree | 9d97f7d8021b768dd0cb0c5d9a2b28b29146e99e /src/ao_config.c | |
parent | 2007288da8a83e3aa925e11cc196f1c65aab2e5c (diff) | |
parent | ef8376c4dd8262a34e02b6bb9e19e907ac2f4330 (diff) |
Merge branch 'new-packet-format' of ssh://git.gag.com/scm/git/fw/altos into new-package-format
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 |