We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d37d55b commit f7da8f5Copy full SHA for f7da8f5
lib/nrf_modem_lib/nrf_modem_os_rpc.c
@@ -19,7 +19,7 @@
19
#include <zephyr/ipc/pbuf.h>
20
21
#define DCACHE_LINE_SIZE (CONFIG_DCACHE_LINE_SIZE)
22
-BUILD_ASSERT(DCACHE_LINE_SIZE == 32
+BUILD_ASSERT(DCACHE_LINE_SIZE == 32,
23
"Unexpected data cache line size " STRINGIFY(DCACHE_LINE_SIZE) ", expected 32");
24
25
/** Structure to hold pbuf configuration and data. */
0 commit comments