Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
writeAckPayload does not need to check for static payload size
When writing an ACK payload to TX FIFO, static payload size is not applicable. So, bypass the additional checks in `write_payload()` about ensuring static payload size is satisfied. Note, the `W_ACK_PAYLOAD` command already has 0x20 bit (`W_REGISTER`) asserted.
- Loading branch information