mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 01:27:10 +08:00
ee3e2401e7
When compiling lib_backtrace.c after set CONFIG_LIBC_BACKTRACE_BUFFSIZE, there will be compilation error warnings. This is because spin_unlock_irqrestore incorrectly used pool->lock during unlocking, which has been corrected to bp->lock. Signed-off-by: Baichuan Rong <rongbaichuan1027@163.com>