Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Middlewares/ST/STM32_WPAN/ble/mesh/Src/appli_test.c')
-rw-r--r--Middlewares/ST/STM32_WPAN/ble/mesh/Src/appli_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Middlewares/ST/STM32_WPAN/ble/mesh/Src/appli_test.c b/Middlewares/ST/STM32_WPAN/ble/mesh/Src/appli_test.c
index cf9100aaf..34865d419 100644
--- a/Middlewares/ST/STM32_WPAN/ble/mesh/Src/appli_test.c
+++ b/Middlewares/ST/STM32_WPAN/ble/mesh/Src/appli_test.c
@@ -251,7 +251,7 @@ MOBLE_RESULT Read_CommandCount(MOBLE_ADDRESS src ,MOBLE_ADDRESS dst)
if(processDelay(TEST_READ_PERIOD) == 0x01)
{
TRACE_I(TF_SERIAL_CTRL, " NUMBER OF COMMANDS SEND %d \r\n",Totaltest);
- BLEMesh_ReadRemoteData(dst,elementIndex,APPLI_TEST_CMD,readData,sizeof(readData));
+// BLEMesh_ReadRemoteData(dst,elementIndex,APPLI_TEST_CMD,readData,sizeof(readData));
ReadFlag = 0;
}