mirror of https://github.com/ArduPilot/ardupilot
Fix the GPS port for MediaTek tests.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@413 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
ed24b47fb3
commit
63d1cf06c1
|
@ -12,7 +12,7 @@
|
||||||
FastSerialPort0(Serial);
|
FastSerialPort0(Serial);
|
||||||
FastSerialPort1(Serial1);
|
FastSerialPort1(Serial1);
|
||||||
|
|
||||||
AP_GPS_MTK gps(&Serial);
|
AP_GPS_MTK gps(&Serial1);
|
||||||
#define T6 1000000
|
#define T6 1000000
|
||||||
#define T7 10000000
|
#define T7 10000000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue