There was an error while loading. Please reload this page.
1 parent decdb30 commit 8cc4da3Copy full SHA for 8cc4da3
tests/boards/nrf/dmm/src/main.c
@@ -28,7 +28,7 @@
28
29
#if CONFIG_DCACHE
30
BUILD_ASSERT(DMM_ALIGN_SIZE(DUT_CACHE) == CONFIG_DCACHE_LINE_SIZE);
31
-BUILD_ASSERT(DMM_ALIGN_SIZE(DUT_NOCACHE) == 1);
+BUILD_ASSERT(DMM_ALIGN_SIZE(DUT_NOCACHE) == sizeof(uint32_t));
32
#endif
33
34
struct dmm_test_region {
0 commit comments