Skip to content

Commit 5fe850a

Browse files
nordic-krchnordicjm
authored andcommitted
[nrf fromtree] tests: boards: nrf: dmm: Align test to changes in DMM
Align to API changes. Signed-off-by: Krzysztof Chruściński <[email protected]> (cherry picked from commit 8cc4da3)
1 parent b2666ec commit 5fe850a

File tree

1 file changed

+1
-1
lines changed
  • tests/boards/nrf/dmm/src

1 file changed

+1
-1
lines changed

tests/boards/nrf/dmm/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
#if CONFIG_DCACHE
3030
BUILD_ASSERT(DMM_ALIGN_SIZE(DUT_CACHE) == CONFIG_DCACHE_LINE_SIZE);
31-
BUILD_ASSERT(DMM_ALIGN_SIZE(DUT_NOCACHE) == 1);
31+
BUILD_ASSERT(DMM_ALIGN_SIZE(DUT_NOCACHE) == sizeof(uint32_t));
3232
#endif
3333

3434
struct dmm_test_region {

0 commit comments

Comments
 (0)