yoshi kuwae yoshi
/
http-example
a
Fork of http-example by
Diff: source/main-http.cpp
- Revision:
- 15:65a49b573ba5
- Parent:
- 14:3c173847e681
- Child:
- 17:97b1dd566b07
diff -r 3c173847e681 -r 65a49b573ba5 source/main-http.cpp --- 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;