Split cpu/cpu.h in 3 files: irq, types and attr.
[bertos.git] / cfg / compiler.h
index ed81d346384fc7f07bb74e4d2cb98f515e439ce9..5a73038a65a75e45acf695b3d1072f879c9152dc 100644 (file)
 #ifndef DEVLIB_COMPILER_H
 #define DEVLIB_COMPILER_H
 
-#include <cfg/cpu_detect.h>
+#include <cpu/detect.h>
 
 
 #if defined __GNUC__ && defined __GNUC_MINOR__