NanoService Example for u-blox Cellular modems
Dependencies: Beep LM75B MMA7660 mbed nsdl_lib
Fork of NSDL_HelloWorld by
Diff: resources/relay.cpp
- Revision:
- 9:ccb9e53d5471
- Parent:
- 2:7e489126fe7a
- Child:
- 10:4cb556c7845e
--- a/resources/relay.cpp Mon Oct 28 19:38:15 2013 +0000
+++ b/resources/relay.cpp Wed Oct 30 00:32:48 2013 +0000
@@ -16,7 +16,7 @@
sn_coap_hdr_s *coap_res_ptr = 0;
static uint8_t relay_state = '0';
- pc.printf("relay callback\r\n");
+ printf("relay callback\r\n");
if(received_coap_ptr->msg_code == COAP_MSG_CODE_REQUEST_GET)
{



