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
The variables below are used incorrectly or not at all and should be fixed. If there is no need for the structure it should be removed. The telem_rf_pkt_1_state_machine_data[] is used only for packet operations and not for the state machine and only used in a single function is seems. This should be corrected or the variable moved local in the single function it is used in.
//volatile TELEMETRY_RF_PACKET_STATE_MACHINE_STRUCT telem_rf_pkt_1_state_machine_struct; /**< RF telemetry state machine structure */
volatile unsigned char telem_rf_pkt_1_state_machine_data[TELEM_RF_PACKET_1_LEN]; /**< RF Telemetry data bytearray for use by the rf telemetry state machine */
The text was updated successfully, but these errors were encountered:
Located in Telem_RF.c
The variables below are used incorrectly or not at all and should be fixed. If there is no need for the structure it should be removed. The telem_rf_pkt_1_state_machine_data[] is used only for packet operations and not for the state machine and only used in a single function is seems. This should be corrected or the variable moved local in the single function it is used in.
The text was updated successfully, but these errors were encountered: