diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2009-08-25 13:42:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2009-08-25 13:42:27 +0000 |
commit | 0c333c68d37e05f920f49df056c38375bd405585 (patch) | |
tree | b496efec44a938b4992c42cd8f2e861309cf48c9 /gps.h | |
parent | 9be0d591715b8d48ae59addaa4cdea25f35921b0 (diff) | |
download | gpsd-0c333c68d37e05f920f49df056c38375bd405585.tar.gz |
Unify CONFIGDEV and DEVICE responses.
Diffstat (limited to 'gps.h')
-rw-r--r-- | gps.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -880,8 +880,7 @@ struct gps_data_t { #define DEVICELIST_SET 0x02000000u #define DEVICEID_SET 0x04000000u #define ERROR_SET 0x08000000u -#define CYCLE_START_SET 0x10000000u /* only used in client library */ -#define CONFIGDEV_SET 0x10000000u /* only used in the daemon */ +#define CYCLE_START_SET 0x10000000u #define RTCM2_SET 0x20000000u #define RTCM3_SET 0x40000000u #define AIS_SET 0x80000000u |