minmea.h: style fixes

This commit is contained in:
Kosma Moczek 2014-06-17 14:54:12 +02:00
parent 531192598d
commit f193e412c6

View File

@ -79,13 +79,13 @@ struct minmea_sentence_gga {
enum minmea_gll_status {
MINMEA_GLL_STATUS_DATA_VALID = 'A',
MINMEA_GLL_STATUS_DATA_NOT_VALID = 'V'
MINMEA_GLL_STATUS_DATA_NOT_VALID = 'V',
};
enum minmea_gll_mode {
MINMEA_GLL_MODE_AUTONOMOUS = 'A',
MINMEA_GLL_MODE_DPGS = 'D',
MINMEA_GLL_MODE_DR = 'E'
MINMEA_GLL_MODE_DR = 'E',
};
struct minmea_sentence_gll {