diff options
author | Keith Packard <keithp@keithp.com> | 2009-05-13 10:58:30 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-05-13 10:58:30 -0700 |
commit | 7a1aa3fdbc0d1fae5e7ee027bf8904598c6ebe41 (patch) | |
tree | 48bad90481603b55f66782b1a138839241b93f17 | |
parent | 497c89a7d08920630894b2605c3b6a0bdc4c229b (diff) |
Typo in callsign
-rw-r--r-- | ao_config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao_config.c b/ao_config.c index 02f1e082..657c7a8a 100644 --- a/ao_config.c +++ b/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 "KD7SGQ" +#define AO_CONFIG_DEFAULT_CALLSIGN "KD7SQG" #define AO_CONFIG_DEFAULT_ACCEL_ZERO_G 16000 static void |