GPS: fix SIRF set-binary message

This fixes an issue in which the the update rate for the mediatek, which
uses a similar protocol, was not being set correctly
This commit is contained in:
Randy Mackay 2014-10-01 11:41:56 +09:00
parent da2a463f18
commit c338b1675f

View File

@ -25,7 +25,7 @@
#include <AP_Common.h>
#include <AP_GPS.h>
#define SIRF_SET_BINARY "$PSRF100,0,38400,8,1,0*3C"
#define SIRF_SET_BINARY "$PSRF100,0,38400,8,1,0*3C\r\n"
class AP_GPS_SIRF : public AP_GPS_Backend {
public: