Skip to content

Commit 488632b

Browse files
author
Seppo Takalo
committed
Fix LoWPANInterface to provide ::get_target_default()
LoWPANInterface should provide target default, instead of default.
1 parent 7e23c22 commit 488632b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/nanostack/mbed-mesh-api/source/LoWPANNDInterface.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ bool LoWPANNDInterface::getRouterIpAddress(char *address, int8_t len)
163163

164164
#define LOWPAN 0x2345
165165
#if MBED_CONF_NSAPI_DEFAULT_MESH_TYPE == LOWPAN && DEVICE_802_15_4_PHY
166-
MBED_WEAK MeshInterface *MeshInterface::get_default_instance()
166+
MBED_WEAK MeshInterface *MeshInterface::get_target_default_instance()
167167
{
168168
static LoWPANNDInterface lowpan(&NanostackRfPhy::get_default_instance());
169169

0 commit comments

Comments
 (0)