Skip to content
This repository has been archived by the owner on Apr 24, 2019. It is now read-only.

Commit

Permalink
mbed_lib: unconditionally define the MBED_CLIENT_C_NEW_API
Browse files Browse the repository at this point in the history
Enable the new mbed-client-c's API on behalf of the application.

Note: the mbed-os needs to be now 5.3.2 or newer as that provides
the new version of mbed-client-c that has this API.
  • Loading branch information
TeroJaasko committed Jan 10, 2017
1 parent 5567aff commit 69edd13
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mbed_lib.json
Expand Up @@ -13,5 +13,8 @@
"sn-coap-max-incoming-message-size": null,
"sn-coap-resending-queue-size-msgs": null,
"sn-coap-resending-queue-size-bytes": null
}
},
"macros" : [
"MBED_CLIENT_C_NEW_API"
]
}

0 comments on commit 69edd13

Please sign in to comment.