diff options
| author | Keith Packard <keithp@keithp.com> | 2014-07-10 17:15:09 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-07-10 17:35:44 -0700 | 
| commit | 31ae24b5da3e198e7555ea3768d3cbdec3a28a5f (patch) | |
| tree | cc166cd48a34cda0ba8e060e33d52959ac8aa07d /src/kernel/ao_log.h | |
| parent | 47e62bb26984f6c84660c1d0451f77c2d6ad7e5a (diff) | |
altos: Record pdop value in TeleMetrumV2 log
There's only one byte free, so we'll record the pdop value
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/kernel/ao_log.h')
| -rw-r--r-- | src/kernel/ao_log.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/kernel/ao_log.h b/src/kernel/ao_log.h index 080cfb02..da20e067 100644 --- a/src/kernel/ao_log.h +++ b/src/kernel/ao_log.h @@ -324,7 +324,7 @@ struct ao_log_metrum {  			uint8_t		year;		/* 8 */  			uint8_t		month;		/* 9 */  			uint8_t		day;		/* 10 */ -			uint8_t		pad;		/* 11 */ +			uint8_t		pdop;		/* 11 */  		} gps_time;	/* 12 */  		/* AO_LOG_GPS_SAT (up to three packets) */  		struct { | 
