diff options
| author | Keith Packard <keithp@keithp.com> | 2017-10-22 15:43:07 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-10-22 15:43:07 -0500 |
| commit | 256ddea8c430b4b5dcb8bb95c19ad26032129e1b (patch) | |
| tree | 2eb66a36a7c0c98a5d900ded4c94c6a56242c968 /src/telegps-v0.3 | |
| parent | 15af16ad21f67019065763a93d52cea6097a69d1 (diff) | |
altos: Define AO_LOG_FORMAT in */ao_pins.h. Use in ao_cmd.c
Instead of having a global variable define the log format, use a macro
instead to save data space.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telegps-v0.3')
| -rw-r--r-- | src/telegps-v0.3/ao_pins.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/telegps-v0.3/ao_pins.h b/src/telegps-v0.3/ao_pins.h index 28ae30a4..873474bb 100644 --- a/src/telegps-v0.3/ao_pins.h +++ b/src/telegps-v0.3/ao_pins.h @@ -75,6 +75,7 @@ #define AO_CONFIG_DEFAULT_APRS_INTERVAL 0 #define AO_CONFIG_DEFAULT_RADIO_POWER 0xc0 #define AO_CONFIG_DEFAULT_FLIGHT_LOG_MAX 496 * 1024 +#define AO_LOG_FORMAT AO_LOG_FORMAT_TELEGPS /* * GPS |
