Skip to content

Commit df76d8f

Browse files
author
Jarkko Paso
committed
Fixed astyle issue
1 parent 5d3edd5 commit df76d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ nsapi_error_t WisunInterface::configure()
100100

101101
#if (MBED_CONF_MBED_MESH_API_WISUN_PHY_MODE_ID != 255) || (MBED_CONF_MBED_MESH_API_WISUN_CHANNEL_PLAN_ID != 255)
102102
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);
103+
MBED_CONF_MBED_MESH_API_WISUN_CHANNEL_PLAN_ID);
104104
if (status != MESH_ERROR_NONE) {
105105
tr_error("Failed to set PHY mode and channel plan ID!");
106106
return NSAPI_ERROR_PARAMETER;

0 commit comments

Comments
 (0)