mirror of https://github.com/ARMmbed/mbed-os.git
Test: watchdog_mgr: Remove dead code
parent
94181a9930
commit
4e35e368b2
|
@ -26,8 +26,6 @@
|
||||||
#include "watchdog_mgr_reset_tests.h"
|
#include "watchdog_mgr_reset_tests.h"
|
||||||
#include "mbed.h"
|
#include "mbed.h"
|
||||||
|
|
||||||
#define TIMEOUT_DELTA_MS 50UL
|
|
||||||
|
|
||||||
#define MSG_VALUE_DUMMY "0"
|
#define MSG_VALUE_DUMMY "0"
|
||||||
#define CASE_DATA_INVALID 0xffffffffUL
|
#define CASE_DATA_INVALID 0xffffffffUL
|
||||||
#define CASE_DATA_PHASE2_OK 0xfffffffeUL
|
#define CASE_DATA_PHASE2_OK 0xfffffffeUL
|
||||||
|
@ -49,11 +47,6 @@ struct testcase_data {
|
||||||
uint32_t received_data;
|
uint32_t received_data;
|
||||||
};
|
};
|
||||||
|
|
||||||
void release_sem(Semaphore *sem)
|
|
||||||
{
|
|
||||||
sem->release();
|
|
||||||
}
|
|
||||||
|
|
||||||
testcase_data current_case;
|
testcase_data current_case;
|
||||||
|
|
||||||
bool send_reset_notification(testcase_data *tcdata, uint32_t delay_ms)
|
bool send_reset_notification(testcase_data *tcdata, uint32_t delay_ms)
|
||||||
|
|
Loading…
Reference in New Issue