mirror of
https://github.com/espressif/openthread.git
synced 2026-08-02 00:57:47 +00:00
[test] cover micro timer in unittest (#5030)
This commit is contained in:
@@ -55,26 +55,6 @@ enum
|
||||
|
||||
uint8_t g_flash[FLASH_SWAP_SIZE * FLASH_SWAP_NUM];
|
||||
|
||||
void testPlatResetToDefaults(void)
|
||||
{
|
||||
g_testPlatAlarmSet = false;
|
||||
g_testPlatAlarmNext = 0;
|
||||
g_testPlatAlarmStop = NULL;
|
||||
g_testPlatAlarmStartAt = NULL;
|
||||
g_testPlatAlarmGetNow = NULL;
|
||||
|
||||
g_testPlatRadioCaps = OT_RADIO_CAPS_NONE;
|
||||
g_testPlatRadioSetPanId = NULL;
|
||||
g_testPlatRadioSetExtendedAddress = NULL;
|
||||
g_testPlatRadioSetShortAddress = NULL;
|
||||
g_testPlatRadioIsEnabled = NULL;
|
||||
g_testPlatRadioEnable = NULL;
|
||||
g_testPlatRadioDisable = NULL;
|
||||
g_testPlatRadioReceive = NULL;
|
||||
g_testPlatRadioTransmit = NULL;
|
||||
g_testPlatRadioGetTransmitBuffer = NULL;
|
||||
}
|
||||
|
||||
ot::Instance *testInitInstance(void)
|
||||
{
|
||||
otInstance *instance = NULL;
|
||||
|
||||
Reference in New Issue
Block a user