mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/debugpoint: Fix RO watchpoint test issue for esp devices
This commit is contained in:
parent
61fec07c62
commit
6c3ca23dbf
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue