File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
mbed_drivers/watchdog_reset Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ void test_sleep_reset()
178178 TEST_ASSERT_MESSAGE (0 , " Watchdog did not reset the device as expected." );
179179}
180180
181- #if DEVICE_LOWPOWERTIMER
181+ #if DEVICE_LPTICKER
182182void test_deepsleep_reset ()
183183{
184184 // Phase 2. -- verify the test results.
@@ -335,7 +335,7 @@ Case cases[] = {
335335 Case (" Watchdog reset" , case_setup, test_simple_reset),
336336#if DEVICE_SLEEP
337337 Case (" Watchdog reset in sleep mode" , case_setup, test_sleep_reset),
338- #if DEVICE_LOWPOWERTIMER
338+ #if DEVICE_LPTICKER
339339 Case (" Watchdog reset in deepsleep mode" , case_setup, test_deepsleep_reset),
340340#endif
341341#endif
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ void test_sleep_reset()
171171 TEST_ASSERT_MESSAGE (0 , " Watchdog did not reset the device as expected." );
172172}
173173
174- #if DEVICE_LOWPOWERTIMER
174+ #if DEVICE_LPTICKER
175175void test_deepsleep_reset ()
176176{
177177 // Phase 2. -- verify the test results.
@@ -320,7 +320,7 @@ Case cases[] = {
320320 Case (" Watchdog reset" , case_setup, test_simple_reset),
321321#if DEVICE_SLEEP
322322 Case (" Watchdog reset in sleep mode" , case_setup, test_sleep_reset),
323- #if DEVICE_LOWPOWERTIMER
323+ #if DEVICE_LPTICKER
324324 Case (" Watchdog reset in deepsleep mode" , case_setup, test_deepsleep_reset),
325325#endif
326326#endif
You can’t perform that action at this time.
0 commit comments