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
dummy return value to fix warning
rules-rpn
Max Prokhorov
5 years ago
parent
91cbba3493
commit
7bff68b7b5
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
code/espurna/libs/NtpClientWrap.h
+ 1
- 0
code/espurna/libs/NtpClientWrap.h
View File
@ -19,6 +19,7 @@ public:
bool
setInterval
(
int
shortInterval
,
int
longInterval
)
{
_shortInterval
=
shortInterval
;
_longInterval
=
longInterval
;
return
true
;
}
}
;
Write
Preview
Loading…
Cancel
Save