mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
247bc10c26
Bug caused increase of fifo->rx_sem with each received msg until finally after 32767 messages get into DEBUGASSERT(sem->semcount<SEM_VALUE_MAX); or stopping receiving anything at all without debug, while tx was working. issue #1354