aboutsummaryrefslogtreecommitdiff
path: root/src/adiv5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/adiv5.c')
-rw-r--r--src/adiv5.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/adiv5.c b/src/adiv5.c
index f2421ce..88aac31 100644
--- a/src/adiv5.c
+++ b/src/adiv5.c
@@ -173,8 +173,6 @@ enum align {
};
#define ALIGNOF(x) (((x) & 3) == 0 ? ALIGN_WORD : \
(((x) & 1) == 0 ? ALIGN_HALFWORD : ALIGN_BYTE))
-#undef MIN
-#define MIN(x, y) (((x) < (y)) ? (x) : (y))
/* Program the CSW and TAR for sequencial access at a given width */
static void ap_mem_access_setup(ADIv5_AP_t *ap, uint32_t addr, enum align align)