We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98bcc51 commit 847f5beCopy full SHA for 847f5be
tests/drivers/dma/loop_transfer/src/dma.c
@@ -27,7 +27,7 @@ static __aligned(16) char rx_data[TRANSFER_LOOPS][RX_BUFF_SIZE] __used
27
__attribute__((__section__(".nocache.dma")));
28
#else
29
/* pad to times of 8*/
30
-static const char tx_data[] =
+static char tx_data[] =
31
"The quick brown fox jumps over the lazy dog ....";
32
static __aligned(16) char rx_data[TRANSFER_LOOPS][RX_BUFF_SIZE] = { { 0 } };
33
#endif
0 commit comments