common:board_crashdump.c track upstream API change

This commit is contained in:
David Sidrane
2020-08-04 14:14:48 -07:00
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.