We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d3edd5 commit df76d8fCopy full SHA for df76d8f
features/nanostack/mbed-mesh-api/source/WisunInterface.cpp
@@ -100,7 +100,7 @@ nsapi_error_t WisunInterface::configure()
100
101
#if (MBED_CONF_MBED_MESH_API_WISUN_PHY_MODE_ID != 255) || (MBED_CONF_MBED_MESH_API_WISUN_CHANNEL_PLAN_ID != 255)
102
status = set_network_phy_mode_and_channel_plan_id(MBED_CONF_MBED_MESH_API_WISUN_PHY_MODE_ID,
103
- MBED_CONF_MBED_MESH_API_WISUN_CHANNEL_PLAN_ID);
+ MBED_CONF_MBED_MESH_API_WISUN_CHANNEL_PLAN_ID);
104
if (status != MESH_ERROR_NONE) {
105
tr_error("Failed to set PHY mode and channel plan ID!");
106
return NSAPI_ERROR_PARAMETER;
0 commit comments