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 dgps by
Diff: main.cpp
- Revision:
- 12:e42985e3ea64
- Parent:
- 11:97625c27ab90
- Child:
- 13:a6d3cf2b018e
--- a/main.cpp Sat Apr 05 17:49:57 2014 +0000 +++ b/main.cpp Sat Apr 05 22:27:18 2014 +0000 @@ -106,11 +106,12 @@ ImageHandle imageHand; GPSHandle gpsHand; /// Main Loop + USB::getSerial().printf("Starting\n"); while(1){ // Run image handler imageHand.run(); // Run GPS handler - gpsHand.run(); + //gpsHand.run(); } /// Main Loop while(true) {