SDP Code

Dependents:   SDP_Testing

Fork of MODGPS by Andy K

Files at this revision

API Documentation at this revision

Comitter:
Zushauque
Date:
Mon Jan 09 11:02:19 2017 +0000
Parent:
6:64771e31464e
Commit message:
Last

Changed in this revision

GPS.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/GPS.cpp	Thu Apr 21 14:06:17 2011 +0000
+++ b/GPS.cpp	Mon Jan 09 11:02:19 2017 +0000
@@ -34,7 +34,7 @@
     
     _vtg = (char *)NULL;
     
-    switch(_uidx) {
+    switch(_serial.index) {
         case 1:   _base = LPC_UART1; break;
         case 2:   _base = LPC_UART2; break;
         case 3:   _base = LPC_UART3; break;