diff options
author | Keith Packard <keithp@keithp.com> | 2009-12-04 14:35:39 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-12-04 14:36:15 -0800 |
commit | 9a1d7dd78c07d18954ef620b6ed25d6701df21e2 (patch) | |
tree | f06f9392c1c9893f89f4036304a368405520e212 /src | |
parent | 291e2004e77debdc1543912cf11043c849305de8 (diff) |
Change default callsign to "N0CALL"
Diffstat (limited to 'src')
-rw-r--r-- | src/ao_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ao_config.c b/src/ao_config.c index e82aa015..7f76a585 100644 --- a/src/ao_config.c +++ b/src/ao_config.c @@ -24,7 +24,7 @@ __xdata uint8_t ao_config_mutex; #define AO_CONFIG_DEFAULT_MAIN_DEPLOY 250 #define AO_CONFIG_DEFAULT_RADIO_CHANNEL 0 -#define AO_CONFIG_DEFAULT_CALLSIGN "KD7SQG" +#define AO_CONFIG_DEFAULT_CALLSIGN "N0CALL" #define AO_CONFIG_DEFAULT_ACCEL_ZERO_G 16000 #define AO_CONFIG_DEFAULT_APOGEE_DELAY 0 |