tx_data_request len field is a uint16_t
In the pusharray32, used exclusively by the tx_data_request, the len argument passed in is defined as a uint32_t. This update fixes the passed in argument to be defined as a uint16_t instead.
Showing
Please register or sign in to comment