Skip to content

Commit 43d96a5

Browse files
Gary-Hobsonxiaoxiang781216
authored andcommitted
note: Increase crash dump buffer
Signed-off-by: yinshengkai <[email protected]>
1 parent 5076b0c commit 43d96a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/note/noteram_driver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ static void noteram_dump(FAR struct noteram_driver_s *drv)
12441244
{
12451245
struct noteram_dump_context_s ctx;
12461246
struct lib_syslograwstream_s stream;
1247-
uint8_t note[64];
1247+
uint8_t note[256];
12481248

12491249
lib_syslograwstream_open(&stream);
12501250
lib_sprintf(&stream.common, "# tracer:nop\n#\n");

0 commit comments

Comments
 (0)