Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add static qualifier to s_light_sleep_wakeup variable to prevent it from being global. #2793

Closed
wants to merge 1 commit into from
Closed

Add static qualifier to s_light_sleep_wakeup variable to prevent it from being global. #2793

wants to merge 1 commit into from

Conversation

mreutman
Copy link
Contributor

@mreutman mreutman commented Dec 5, 2018

Just poking around and noticed this variable was missing the static keyword, making it accessible to other code that it probably shouldn't be. Couldn't find any references to it outside of this file, so it seems like a safe choice to make it static.

@igrr igrr closed this in 02da415 Jan 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants