Commit 91ba22a4 authored by dnc40085's avatar dnc40085
Browse files

Minor change

Added static keyword to a variable
parent d6cc6d3e
...@@ -20,7 +20,7 @@ static uint8 getap_output_format=0; ...@@ -20,7 +20,7 @@ static uint8 getap_output_format=0;
//wifi.sleep variables //wifi.sleep variables
#define FPM_SLEEP_MAX_TIME 0xFFFFFFF #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 //variables for wifi event monitor
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment