Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
9e482698
Commit
9e482698
authored
Nov 05, 2015
by
Vowstar
Browse files
Merge pull request #728 from dnc40085/patch-1
Fix compiler warning in tmr.c
parents
6b8c7f4b
75849f79
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/tmr.c
View file @
9e482698
...
...
@@ -76,6 +76,7 @@ extern uint32_t platform_tmr_exists(uint32_t t);
extern
uint32_t
system_rtc_clock_cali_proc
();
extern
uint32_t
system_get_rtc_time
();
extern
void
system_restart
();
extern
void
system_soft_wdt_feed
();
//in fact lua_State is constant, it's pointless to pass it around
//but hey, whatever, I'll just pass it, still we waste 28B here
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment