retry attempt

This commit is contained in:
2018-04-09 08:35:24 +02:00
parent 99904eec7c
commit da7faf6957
5 changed files with 74 additions and 11 deletions
+2
View File
@@ -23,6 +23,8 @@ typedef struct {
extern MQueue usb_inq;
void mq_reset(MQueue *mq);
void mq_init(MQueue *mq);
bool mq_can_post(MQueue *mq);
+10
View File
@@ -79,6 +79,16 @@ uint8_t NRF_IsModeTX(void);
*/
uint8_t NRF_IsModeRx(void);
/**
* Flush Rx fifo
*/
void NRF_FlushRx(void);
/**
* Flush Tx fifo
*/
void NRF_FlushTx(void);
/**
* Add a pipe to the next free slot
*