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 1224b38 commit 817bf0bCopy full SHA for 817bf0b
TESTS/mbed_hal/sleep/main.cpp
@@ -98,6 +98,7 @@ void lp_ticker_isr(const ticker_data_t *const ticker_data)
98
* high frequency ticker interrupt can wake-up target from sleep. */
99
void sleep_usticker_test()
100
{
101
+#if 0
102
const ticker_data_t * ticker = get_us_ticker_data();
103
const unsigned int ticker_freq = ticker->interface->get_info()->frequency;
104
const unsigned int ticker_width = ticker->interface->get_info()->bits;
@@ -129,6 +130,7 @@ void sleep_usticker_test()
129
130
131
sleep_manager_unlock_deep_sleep();
132
TEST_ASSERT_TRUE(sleep_manager_can_deep_sleep());
133
+#endif
134
}
135
136
#ifdef DEVICE_LPTICKER
0 commit comments