Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of MODGPS by
Revision 7:0f930a977e25, committed 2017-01-09
- 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;
    