mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-11 17:13:56 -03:00
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
f6cc8ce5bc
commit
e7b4a02d26
@ -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