system/debugpoint: Fix RO watchpoint test issue for esp devices

This commit is contained in:
Eren Terzioglu 2024-10-30 13:44:19 +01:00 committed by Xiang Xiao
parent 61fec07c62
commit 6c3ca23dbf

View file

@ -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