Browse Source

Fix the GPS port for MediaTek tests.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@413 f9c3cf11-9bcb-44bc-f272-b75c42450872
master
DrZiplok@gmail.com 15 years ago
parent
commit
63d1cf06c1
  1. 2
      libraries/AP_GPS/examples/GPS_MTK_test/GPS_MTK_test.pde

2
libraries/AP_GPS/examples/GPS_MTK_test/GPS_MTK_test.pde

@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@
FastSerialPort0(Serial);
FastSerialPort1(Serial1);
AP_GPS_MTK gps(&Serial);
AP_GPS_MTK gps(&Serial1);
#define T6 1000000
#define T7 10000000

Loading…
Cancel
Save