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 9a8c9e2 commit 6968719Copy full SHA for 6968719
TESTS/mbed_hal/rtc/main.cpp
@@ -200,7 +200,7 @@ void rtc_write_read_test()
200
{
201
RealTimeClock::init();
202
203
- for (auto init_val = RealTimeClock::time_point(100s); init_val < RealTimeClock::time_point(400s); init_val += 100s) {
+ for (auto init_val = RealTimeClock::time_point(seconds(100)); init_val < RealTimeClock::time_point(400s); init_val += 100s) {
204
core_util_critical_section_enter();
205
206
RealTimeClock::write(init_val);
0 commit comments