mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-02 04:39:59 -07:00
Revert "Merge branch 'ofwdev' into 420"
This reverts commit430a9be02a, reversing changes made toe2faf2e0e7.
This commit is contained in:
@@ -1607,23 +1607,6 @@ ReturnCode rfalTransceiveBlockingTxRx(
|
||||
return ret;
|
||||
}
|
||||
|
||||
ReturnCode rfalTransceiveBitsBlockingTxRx(
|
||||
uint8_t* txBuf,
|
||||
uint16_t txBufLen,
|
||||
uint8_t* rxBuf,
|
||||
uint16_t rxBufLen,
|
||||
uint16_t* actLen,
|
||||
uint32_t flags,
|
||||
uint32_t fwt) {
|
||||
ReturnCode ret;
|
||||
|
||||
EXIT_ON_ERR(
|
||||
ret, rfalTransceiveBitsBlockingTx(txBuf, txBufLen, rxBuf, rxBufLen, actLen, flags, fwt));
|
||||
ret = rfalTransceiveBlockingRx();
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
/*******************************************************************************/
|
||||
static ReturnCode rfalRunTransceiveWorker(void) {
|
||||
if(gRFAL.state == RFAL_STATE_TXRX) {
|
||||
|
||||
Reference in New Issue
Block a user