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
In rf.c the variable tx_buffer[] was defined as a global variable and was moved into the only function that used it when documenting the code. Inspection shows that this buffer is only used as a copy to then again copy into the Transmit() function. The tx_buffer[] operations could be completely removed likely and directly copy into the Transmit() function.
In rf.c the variable tx_buffer[] was defined as a global variable and was moved into the only function that used it when documenting the code. Inspection shows that this buffer is only used as a copy to then again copy into the Transmit() function. The tx_buffer[] operations could be completely removed likely and directly copy into the Transmit() function.
The text was updated successfully, but these errors were encountered: