Split debug by cpu type.
[bertos.git] / drv / twi.c
index 9a7d84fb21f1aaa8594ab076cbde3db878287e77..0d03950f95fe22d74e5763be804c0f0abd448ff5 100644 (file)
--- a/drv/twi.c
+++ b/drv/twi.c
@@ -69,7 +69,7 @@
 #include "twi.h"
 
 #include <cfg/debug.h>
-#include <cfg/cpu.h>
+#include <cpu/cpu.h>
 #include <cfg/macros.h> // BV()
 #include <hw_cpu.h>  /* CLOCK_FREQ */
 #include <appconfig.h>