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: MbedJSONValue mbed-http HTS221
Diff: source/main-http.cpp
- Revision:
- 15:65a49b573ba5
- Parent:
- 14:3c173847e681
- Child:
- 17:97b1dd566b07
--- a/source/main-http.cpp Thu Mar 30 15:15:47 2017 +0200 +++ b/source/main-http.cpp Thu Jul 27 15:08:59 2017 +0200 @@ -21,7 +21,7 @@ int main() { pc.baud(115200); // Connect to the network (see mbed_app.json for the connectivity method used) - NetworkInterface *network = easy_connect(true); + NetworkInterface* network = easy_connect(true); if (!network) { printf("Cannot connect to the network, see serial output"); return 1;