Skip to content

Commit a97eb91

Browse files
author
Arto Kinnunen
committed
Squashed 'features/frameworks/nanostack-libservice/' changes from 9af756886f..9a61e73787
9a61e73787 Merge pull request ARMmbed#89 from ARMmbed/update_from_mbedos 2a07f443ed Fixed typo: 'lenght' in ip6string.h 050aa7f31a Include ns_types.h before mbed_trace.h in Nanomesh git-subtree-dir: features/frameworks/nanostack-libservice git-subtree-split: 9a61e737872ba60fa73e9375011f63e9e266577a
1 parent 8730005 commit a97eb91

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mbed-client-libservice/ip6string.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ uint_fast8_t ip6_prefix_tos(const void *prefix, uint_fast8_t prefix_len, char *p
5757
* IPv4 tunneling addresses are not covered.
5858
*
5959
* \param ip6addr IPv6 address in string format.
60-
* \param len Lenght of ipv6 string, maximum of 41.
60+
* \param len Length of ipv6 string, maximum of 41.
6161
* \param dest buffer for address. MUST be 16 bytes. Filled with 0 on error.
6262
* \return boolean set to true if conversion succeed, false if it didn't
6363
*/

mbed-client-libservice/ns_trace.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#define FEA_TRACE_SUPPORT
2929
#endif
3030

31+
#include "ns_types.h"
3132
#include "mbed-trace/mbed_trace.h"
3233

3334
#endif /* NS_TRACE_H_ */

0 commit comments

Comments
 (0)