mirror of https://github.com/ARMmbed/mbed-os.git
Fixed typo 'thead' in thread_neighbor_class.h
Note that the word 'thead' is wrong, so that 'thead' should been replaced with thread'.pull/12536/head
parent
06b22d91e3
commit
949bcaa155
|
@ -32,7 +32,7 @@
|
|||
|
||||
struct thread_neighbor_class_s;
|
||||
|
||||
/** Thead Spesific ModeFlags */
|
||||
/** Thread Spesific ModeFlags */
|
||||
#define MLE_THREAD_SECURED_DATA_REQUEST 0x04
|
||||
#define MLE_THREAD_REQ_FULL_DATA_SET 0x01
|
||||
|
||||
|
|
Loading…
Reference in New Issue