nrf51-micro-esb
nrf51-micro-esb copied to clipboard
Bug in micro_esb.c when TX FIFO and RX fifo are different size
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.