mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 14:20:36 +08:00
common:board_crashdump.c track upstream API change
This commit is contained in:
committed by
Daniel Agar
parent
f77fc690c7
commit
b2a31e15da
@@ -235,7 +235,7 @@ static uint32_t *__attribute__((noinline)) __sdata_addr(void)
|
||||
}
|
||||
|
||||
|
||||
__EXPORT void board_crashdump(uintptr_t currentsp, FAR void *tcb, FAR const uint8_t *filename, int lineno)
|
||||
__EXPORT void board_crashdump(uintptr_t currentsp, FAR void *tcb, FAR const char *filename, int lineno)
|
||||
{
|
||||
#ifndef BOARD_CRASHDUMP_RESET_ONLY
|
||||
/* We need a chunk of ram to save the complete context in.
|
||||
|
||||
Reference in New Issue
Block a user