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:
parent
da2a463f18
commit
c338b1675f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user