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 b2666ec commit 5fe850aCopy full SHA for 5fe850a
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