Skip to content

Commit

Permalink
system/debugpoint: Fix RO watchpoint test issue for esp devices
Browse files Browse the repository at this point in the history
  • Loading branch information
eren-terzioglu committed Nov 1, 2024
1 parent 34ca696 commit fe48aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/debugpoint/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
****************************************************************************/

static uint8_t g_test_data[8];
static const char g_test_rodata[] = "This is a read-only string";
static const char g_test_rodata[32] = "This is a read-only string";

/****************************************************************************
* Name: debug_option
Expand Down

0 comments on commit fe48aed

Please sign in to comment.