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: Beep LM75B MMA7660 mbed nsdl_lib
Fork of NSDL_HelloWorld by
Diff: resources/gps.cpp
- Revision:
- 9:ccb9e53d5471
- Parent:
- 2:7e489126fe7a
- Child:
- 10:4cb556c7845e
diff -r 8452c1eaa690 -r ccb9e53d5471 resources/gps.cpp
--- a/resources/gps.cpp Mon Oct 28 19:38:15 2013 +0000
+++ b/resources/gps.cpp Wed Oct 30 00:32:48 2013 +0000
@@ -17,7 +17,7 @@
int led_state = 0;
char led_dimm_temp[4];
- pc.printf("gps callback\r\n");
+ printf("gps callback\r\n");
coap_res_ptr = sn_coap_build_response(received_coap_ptr, COAP_MSG_CODE_RESPONSE_CONTENT);

