Fixed astyle issue

pull/14629/head
Jarkko Paso 2021-01-18 16:10:26 +02:00 committed by Arto Kinnunen
parent 2f4b3426cb
commit 6c7789e31e
1 changed files with 1 additions and 1 deletions

View File

@ -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;