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()
178
178
TEST_ASSERT_MESSAGE (0 , " Watchdog did not reset the device as expected." );
179
179
}
180
180
181
- #if DEVICE_LOWPOWERTIMER
181
+ #if DEVICE_LPTICKER
182
182
void test_deepsleep_reset ()
183
183
{
184
184
// Phase 2. -- verify the test results.
@@ -335,7 +335,7 @@ Case cases[] = {
335
335
Case (" Watchdog reset" , case_setup, test_simple_reset),
336
336
#if DEVICE_SLEEP
337
337
Case (" Watchdog reset in sleep mode" , case_setup, test_sleep_reset),
338
- #if DEVICE_LOWPOWERTIMER
338
+ #if DEVICE_LPTICKER
339
339
Case (" Watchdog reset in deepsleep mode" , case_setup, test_deepsleep_reset),
340
340
#endif
341
341
#endif
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ void test_sleep_reset()
171
171
TEST_ASSERT_MESSAGE (0 , " Watchdog did not reset the device as expected." );
172
172
}
173
173
174
- #if DEVICE_LOWPOWERTIMER
174
+ #if DEVICE_LPTICKER
175
175
void test_deepsleep_reset ()
176
176
{
177
177
// Phase 2. -- verify the test results.
@@ -320,7 +320,7 @@ Case cases[] = {
320
320
Case (" Watchdog reset" , case_setup, test_simple_reset),
321
321
#if DEVICE_SLEEP
322
322
Case (" Watchdog reset in sleep mode" , case_setup, test_sleep_reset),
323
- #if DEVICE_LOWPOWERTIMER
323
+ #if DEVICE_LPTICKER
324
324
Case (" Watchdog reset in deepsleep mode" , case_setup, test_deepsleep_reset),
325
325
#endif
326
326
#endif
You can’t perform that action at this time.
0 commit comments