You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Verify that it does not fire. Note that we cannot use wait_us here as it uses the us ticker
282
+
// which is currently suspended.
283
+
wait_ns(200000);
283
284
TEST_ASSERT_EQUAL_INT(0, intFlag);
284
285
285
286
// Now reset the interrupt again.
@@ -289,11 +290,11 @@ void ticker_disable_test()
289
290
TEST_ASSERT_EQUAL_INT_MESSAGE(0, intFlag, "Ticker fired during set_interrupt() while disabled! Check that set_interrupt() function clears pending timer compare.");
0 commit comments