mirror of
https://github.com/apache/nuttx.git
synced 2025-05-08 22:32:04 +08:00

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>