Skip to content

Commit

Permalink
Fixed astyle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarkko Paso committed Jan 18, 2021
1 parent 5d3edd5 commit df76d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/nanostack/mbed-mesh-api/source/WisunInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ nsapi_error_t WisunInterface::configure()

#if (MBED_CONF_MBED_MESH_API_WISUN_PHY_MODE_ID != 255) || (MBED_CONF_MBED_MESH_API_WISUN_CHANNEL_PLAN_ID != 255)
status = set_network_phy_mode_and_channel_plan_id(MBED_CONF_MBED_MESH_API_WISUN_PHY_MODE_ID,
MBED_CONF_MBED_MESH_API_WISUN_CHANNEL_PLAN_ID);
MBED_CONF_MBED_MESH_API_WISUN_CHANNEL_PLAN_ID);
if (status != MESH_ERROR_NONE) {
tr_error("Failed to set PHY mode and channel plan ID!");
return NSAPI_ERROR_PARAMETER;
Expand Down

0 comments on commit df76d8f

Please sign in to comment.