You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!)/
The text was updated successfully, but these errors were encountered:
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!)/
The text was updated successfully, but these errors were encountered: