apps/bttester: fix preprocessor directive for registering Mesh service

If statements encapsulates GATT_CL too.
This commit is contained in:
Krzysztof Kopyściński
2023-07-31 13:02:46 +02:00
committed by Szymon Janc
parent 3720e7656c
commit b4cf7fe978
+1 -1
View File
@@ -101,10 +101,10 @@ register_service(const void *cmd, uint16_t cmd_len,
case BTP_SERVICE_ID_MESH:
status = tester_init_mesh();
break;
#endif /* MYNEWT_VAL(BLE_MESH) */
case BTP_SERVICE_ID_GATTC:
status = tester_init_gatt_cl();
break;
#endif /* MYNEWT_VAL(BLE_MESH) */
default:
status = BTP_STATUS_FAILED;
break;