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 4f2f391 commit 9679395Copy full SHA for 9679395
tests/drivers/memc/ram/src/main.c
@@ -71,7 +71,7 @@ ZTEST(test_ram, test_sdram1)
71
ZTEST(test_ram, test_ram0)
72
{
73
#if DT_NODE_HAS_STATUS_OKAY(DT_NODELABEL(ram0))
74
- test_ram_rw(buf_ram0, RAM_SIZE_SRAM);
+ test_ram_rw(buf_ram0, RAM_SIZE);
75
#else
76
ztest_test_skip();
77
#endif
0 commit comments