Skip to content

Commit

Permalink
coredump: move definition out of types
Browse files Browse the repository at this point in the history
Signed-off-by: buxiasen <[email protected]>
  • Loading branch information
jasonbu authored and anchao committed Nov 29, 2024
1 parent b75e404 commit 22d5d1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion system/coredump/coredump.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#include <nuttx/coredump.h>

/****************************************************************************
* Private Types
* Pre-processor Definitions
****************************************************************************/

#ifdef CONFIG_BOARD_COREDUMP_COMPRESSION
Expand All @@ -51,6 +51,10 @@

#define COREDUMP_FILE_SUFFIX_LEN (sizeof(COREDUMP_FILE_SUFFIX) - 1)

/****************************************************************************
* Private Types
****************************************************************************/

typedef CODE void (*dumpfile_cb_t)(FAR char *path, FAR const char *filename,
FAR void *arg);

Expand Down

0 comments on commit 22d5d1d

Please sign in to comment.