mirror of
https://github.com/candle-usb/candleLight_fw.git
synced 2025-01-14 05:42:53 +08:00
dffacdeafa
Having two writes to clean and set COUNTn_RX and NUM_BLOCK results in a small windows in which COUNTn_RX and NUM_BLOCK are zero. This results in a stall as the buffer is empty (ready to receive) but also has no space to receive the package into. Signed-off-by: Jonas Martin <j.martin@pengutronix.de>