This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
ntp: fix build when ntp is disabled
mcspr-patch-1
Maxim Prokhorov
3 years ago
parent
83edf629cc
commit
3ba6011d49
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
code/espurna/utils.cpp
+ 1
- 1
code/espurna/utils.cpp
View File
@ -295,7 +295,7 @@ void infoUptime() {
spec
.
tm_min
,
spec
.
tm_sec
)
;
#
else
DEBUG_MSG_P
(
PSTR
(
"
[MAIN] Uptime: %lu seconds
\n
"
)
,
uptime
)
;
DEBUG_MSG_P
(
PSTR
(
"
[MAIN] Uptime: %lu seconds
\n
"
)
,
getUptime
(
)
)
;
#
endif
// NTP_SUPPORT
}
Write
Preview
Loading…
Cancel
Save