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.
Dependencies: CsrLocation mbed GPSProvider
Fork of CsrLocationDemo by
Diff: CsrLocationDemo.cpp
- Revision:
- 23:fd2cbb0900fd
- Parent:
- 22:73338420d8a6
diff -r 73338420d8a6 -r fd2cbb0900fd CsrLocationDemo.cpp
--- a/CsrLocationDemo.cpp Wed Nov 05 02:28:16 2014 +0000
+++ b/CsrLocationDemo.cpp Tue Nov 18 02:43:59 2014 +0000
@@ -85,7 +85,9 @@
break;
case APP_CMD_IDLE:
gps.process();
+#if DEVICE_SLEEP
sleep();
+#endif
break;
case APP_CMD_START:
sAppCmd = APP_CMD_IDLE;

GPS mbed Shield