mirror of https://github.com/ArduPilot/ardupilot
Fix the MTK test to use the same baud rate that APM does.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@440 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
f665e944f0
commit
ffa25b0846
|
@ -19,7 +19,7 @@ AP_GPS_MTK gps(&Serial1);
|
||||||
void setup()
|
void setup()
|
||||||
{
|
{
|
||||||
Serial.begin(38400);
|
Serial.begin(38400);
|
||||||
Serial1.begin(57600);
|
Serial1.begin(38400);
|
||||||
stderr = stdout;
|
stderr = stdout;
|
||||||
gps.print_errors = true;
|
gps.print_errors = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue