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.
Fork of NSAPITests by
Diff: NSAPITests.h
- Revision:
- 10:0d938ec9100c
- Parent:
- 6:d847da0dbf4f
diff -r 07b22947be75 -r 0d938ec9100c NSAPITests.h --- a/NSAPITests.h Thu Mar 03 21:04:29 2016 +0000 +++ b/NSAPITests.h Thu Apr 21 01:54:51 2016 -0500 @@ -17,8 +17,8 @@ #ifndef NSAPI_TESTS_H #define NSAPI_TESTS_H -#include "NetworkInterface.h" +#include "NetworkStack.h" -int nsapi_tests(const char *name, NetworkInterface *iface, const char *test_address, uint16_t test_port); +int nsapi_tests(const char *name, NetworkStack *iface, const char *test_host, uint16_t test_port); #endif
