diff --git a/src/drivers/boards/common/board_crashdump.c b/src/drivers/boards/common/board_crashdump.c index 84ec13b9c4..ac238e7b5f 100644 --- a/src/drivers/boards/common/board_crashdump.c +++ b/src/drivers/boards/common/board_crashdump.c @@ -158,6 +158,6 @@ __EXPORT void board_crashdump(uintptr_t currentsp, FAR void *tcb, FAR const uint } #if defined(CONFIG_BOARD_RESET_ON_CRASH) - px4_systemreset(false); + board_reset(0); #endif }