code cleanup
This commit is contained in:
parent
32d24c3712
commit
61aaa929e3
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ int main() {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
while (true) {
|
while (true) {
|
||||||
auto timestamp = time_us_64() + 60000000ull;
|
auto timestamp = time_us_64() + 60'000'000ull;
|
||||||
|
|
||||||
rtc_get_datetime(&dt);
|
rtc_get_datetime(&dt);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue