Browse Source

common:board_crashdump.c track upstream API change

sbg
David Sidrane 5 years ago committed by Daniel Agar
parent
commit
b2a31e15da
  1. 2
      platforms/nuttx/src/px4/common/board_crashdump.c

2
platforms/nuttx/src/px4/common/board_crashdump.c

@ -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 #ifndef BOARD_CRASHDUMP_RESET_ONLY
/* We need a chunk of ram to save the complete context in. /* We need a chunk of ram to save the complete context in.

Loading…
Cancel
Save