Move unpack lwip ip address macro to macros module.
[bertos.git] / bertos / cpu / arm / io / lpc23xx.h
index c0359114985b0d5303b26146495130387dca8ce6..605211c515b71048ec4998077d61f8d82408bdb6 100644 (file)
@@ -40,6 +40,7 @@
 
 #include <cfg/compiler.h>
 
+#include <cpu/detect.h>
 /* Vectored Interrupt Controller (VIC) */
 #define VIC_BASE_ADDR  0xFFFFF000
 #define VICIRQStatus   (*(reg32_t *)(VIC_BASE_ADDR + 0x000))