mbed client

Fork of simple-mbed-client by sandbox

Revision:
7:8a05fbad93d1
Parent:
6:a1a766d45957
Child:
9:cfd5d2a7d77d
diff -r a1a766d45957 -r 8a05fbad93d1 simple-mbed-client.h
--- a/simple-mbed-client.h	Fri Jul 01 13:56:44 2016 +0200
+++ b/simple-mbed-client.h	Thu Jul 21 16:11:51 2016 +0100
@@ -453,7 +453,7 @@
     SimpleResourceInt define_resource(
         const char* route,
         int v,
-        FunctionPointerArg1<void, int> onUpdate = NULL)
+        FunctionPointerArg1<void, int> onUpdate)
     {
         return define_resource(route, v, M2MBase::GET_PUT_ALLOWED, true, onUpdate);
     }