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 d8ee5f1 commit 740a944Copy full SHA for 740a944
smartbond/cmac/mbox.c
@@ -23,7 +23,9 @@
23
#include <shm.h>
24
#include <mbox.h>
25
26
+#ifndef min
27
#define min(a, b) (((a) < (b)) ? (a) : (b))
28
+#endif
29
30
static struct cmac_shm_mbox *
31
mbox_src_get(uint16_t *size)
smartbond/da1469x_hal/da1469x_trimv.c
@@ -24,7 +24,9 @@
#include <da1469x_trimv.h>
#include <da1469x_otp.h>
#define GROUP_ID_MAX (MCU_TRIMV_GROUP_ID_MAX)
32
0 commit comments