We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 145eaac commit be8b4f9Copy full SHA for be8b4f9
test/unit-test/FreeRTOS_IP_Timers/FreeRTOS_IP_Timers_utest.c
@@ -472,11 +472,11 @@ void test_vCheckNetworkTimers_NDTimerActiveAndExpired( void )
472
}
473
474
/**
475
- * @brief test_vCheckNetworkTimers_NDesolutionTimerActiveAndExpiredNullBuffer
+ * @brief test_vCheckNetworkTimers_NDResolutionTimerActiveAndExpiredNullBuffer
476
* To validate if vCheckNetworkTimers() handles ND resolution timer expired event as expected.
477
* And there is no buffer waiting for ND reply.
478
*/
479
-void test_vCheckNetworkTimers_NDesolutionTimerActiveAndExpiredNullBuffer( void )
+void test_vCheckNetworkTimers_NDResolutionTimerActiveAndExpiredNullBuffer( void )
480
{
481
xARPTimer.bActive = pdFALSE;
482
xNDTimer.bActive = pdFALSE;
0 commit comments