We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61fec07 commit 6c3ca23Copy full SHA for 6c3ca23
system/debugpoint/debug.c
@@ -38,7 +38,7 @@
38
****************************************************************************/
39
40
static uint8_t g_test_data[8];
41
-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";
42
43
/****************************************************************************
44
* Name: debug_option
0 commit comments