Skip to content

Commit

Permalink
Fix datetime constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
rasmuskleist committed Aug 17, 2023
1 parent d044e5d commit 5776001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nucleo_g474re/rtc/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ static constexpr Rtc::DateTime datetime = {
.weekday = 1,
.hour = 23,
.minute = 59,
second: 30,
.second = 30,
};

int
Expand Down

0 comments on commit 5776001

Please sign in to comment.