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: mbed-http HTS221
Diff: source/main-http.cpp
- Branch:
- mbed-os-5.10
- Revision:
- 31:66704f6f17c5
- Parent:
- 30:4825e4f38844
- Child:
- 36:3c86e52c9e75
--- a/source/main-http.cpp Mon Oct 29 14:34:43 2018 +0800
+++ b/source/main-http.cpp Tue Oct 30 11:07:10 2018 +0800
@@ -5,6 +5,7 @@
#include "mbed.h"
#include "http_request.h"
#include "network-helper.h"
+#include "mbed_mem_trace.h"
void dump_response(HttpResponse* res) {
printf("Status: %d - %s\n", res->get_status_code(), res->get_status_message().c_str());