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

Telem_RF app_packet_buf_rx2 Move Local To Function #39

Open
kb1lqd opened this issue Oct 27, 2016 · 0 comments
Open

Telem_RF app_packet_buf_rx2 Move Local To Function #39

kb1lqd opened this issue Oct 27, 2016 · 0 comments

Comments

@kb1lqd
Copy link
Contributor

kb1lqd commented Oct 27, 2016

This variable has no need to be global! Move to the local single function that uses it (app_telem_rf_housekeeping()) and test to verfiry no unintended actions or errors occure.

volatile unsigned char app_packet_buf_rx2[TELEM_RF_PACKET_PAYLOAD_LEN]; /*< Telemetry application receive buffer (this should be function local!)/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant