fix: offline standalone compiling

This commit is contained in:
proddy
2021-03-30 17:58:22 +02:00
parent d47fcda0fe
commit 108f236874
3 changed files with 10 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ uint32_t get_uptime_sec() {
}
uint64_t get_uptime_ms() {
return now_millis;;
return now_millis;
}
void set_uptime() {