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
91ba22a4
Commit
91ba22a4
authored
Nov 04, 2015
by
dnc40085
Browse files
Minor change
Added static keyword to a variable
parent
d6cc6d3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/modules/wifi.c
View file @
91ba22a4
...
...
@@ -20,7 +20,7 @@ static uint8 getap_output_format=0;
//wifi.sleep variables
#define FPM_SLEEP_MAX_TIME 0xFFFFFFF
bool
FLAG_wifi_force_sleep_enabled
=
0
;
static
bool
FLAG_wifi_force_sleep_enabled
=
0
;
//variables for wifi event monitor
...
...
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