GPS GMS-6 Module

Dependents:   RwSDCard_Xml_GPS

Files at this revision

API Documentation at this revision

Comitter:
Lucyjungz
Date:
Wed Mar 01 02:20:11 2017 +0000
Parent:
9:12519423b85f
Commit message:
typo baudrate

Changed in this revision

GPSGms6.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/GPSGms6.cpp	Wed Mar 01 02:18:53 2017 +0000
+++ b/GPSGms6.cpp	Wed Mar 01 02:20:11 2017 +0000
@@ -233,7 +233,7 @@
     m_index = 0;
     m_available = false;
 
-    #if EABLE_GPS_BUADRATE
+    #if EABLE_GPS_BAUDRATE
     /* Talking on  9600 bps */
     serial_gps.baud(GPS_BAUD_RATE);
     #endif