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
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.
mentioned in commit bcca4aad
·mentioned in commit bcca4aad
mentioned in commit b4d8de27
·mentioned in commit b4d8de27