nrf51-micro-esb icon indicating copy to clipboard operation
nrf51-micro-esb copied to clipboard

Bug in micro_esb.c when TX FIFO and RX fifo are different size

Open paolodepetrillo opened this issue 8 years ago • 0 comments

There is a typo on line 762 of micro_esb.c: UESB_CORE_RX_FIFO_SIZE should be UESB_CORE_TX_FIFO_SIZE. This only causes a problem if you are using different sizes for the RX FIFO and TX FIFO.

paolodepetrillo avatar Mar 14 '16 18:03 paolodepetrillo