go-gpsd
go-gpsd copied to clipboard
Fix `DEVICEReport`.
Fixes the following issues:
- Unmarshalling of
DEVICEReport
orDEVICESReport
is failing becauseint
is expected forDEVICEReport.Stopbits
- Watching for
DEVICE
results innil
report, because switch case forDEVICE
is missing