dwm1001-examples icon indicating copy to clipboard operation
dwm1001-examples copied to clipboard

Fix returned frame size check

Open dwalton65 opened this issue 2 years ago • 0 comments

The returned frame size was being compared with RX_BUFFER_LEN, when it should have been compared with RX_BUF_LEN.

RX_BUF_LEN = 24 RX_BUFFER_LEN = 1024

This was the cause of occasional crashes due to memory being overwritten.

dwalton65 avatar Oct 20 '21 06:10 dwalton65