mirror of https://github.com/ARMmbed/mbed-os.git
Fix function spelling mistake in lowpan_context.h
lowpan_contex_get_by_id -> lowpan_context_get_by_idpull/12537/head
parent
06b22d91e3
commit
5a883a2fe2
|
|
@ -88,7 +88,7 @@ void lowpan_context_timer(lowpan_context_list_t *list, uint_fast16_t ticks);
|
|||
* \return NULL Not supported Context ID
|
||||
*
|
||||
*/
|
||||
lowpan_context_t *lowpan_contex_get_by_id(const lowpan_context_list_t *list, uint8_t id);
|
||||
lowpan_context_t *lowpan_context_get_by_id(const lowpan_context_list_t *list, uint8_t id);
|
||||
|
||||
/**
|
||||
* \brief Get Longest match Context entry from the list for given IPv6 address
|
||||
|
|
|
|||
Loading…
Reference in New Issue