// power_measure.c case UseCase_LPDS : status = sl_Start(0,0,0); if (status < 0) { UART_PRINT("unable to start the device \n\r"); LOOP_FOREVER(); } /* Enable LPDS policy */ Power_enablePolicy(); sem_wait(&PowerMeasure_CB.sem); break;


This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
// power_measure.c case UseCase_LPDS : status = sl_Start(0,0,0); if (status < 0) { UART_PRINT("unable to start the device \n\r"); LOOP_FOREVER(); } /* Enable LPDS policy */ Power_enablePolicy(); sem_wait(&PowerMeasure_CB.sem); break;