Csr location demo application shows location and satellite information, which supports H13467 + ST F103RB/NXP LCP1549 boards now.

Dependencies:   CsrLocation mbed GPSProvider

Fork of CsrLocationDemo by Qualcomm Technologies International, Ltd.

Files at this revision

API Documentation at this revision

Comitter:
zhjcpi
Date:
Tue Oct 28 12:29:34 2014 +0000
Parent:
17:fb8d94f3bd1c
Child:
20:81202ec45652
Commit message:
Support ST F401RE, update the latest mbed library, no app command is shown when board is powered on.

Changed in this revision

CsrLocationDemo.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/CsrLocationDemo.cpp	Tue Oct 28 11:25:13 2014 +0000
+++ b/CsrLocationDemo.cpp	Tue Oct 28 12:29:34 2014 +0000
@@ -98,9 +98,7 @@
     /* Register output callback and event callback functions */
     pCsrLoc->CsrLocRegOutput(_AppOutputCallback, _AppEventCallback);
 
-    _AppShowCmd();
-
-    while(1)
+     while(1)
     {
         switch(sAppCmd)
         {