Use log module instead kprintf and trace.
[bertos.git] / bertos / drv / flash25.c
index a36bbb38b2f8013feddfa24c8997040a24433348..25d9ac618f91040e40a58abd9912080e4bf69a1c 100644 (file)
@@ -45,9 +45,7 @@
  * We use a spi bus, thus include hardware specific definition.
  * If you use another channel you must redefine this macros.
  */
-#include "hw_spi.h"
-
-#include <appconfig.h>
+#include "hw/hw_spi.h"
 
 #include <cfg/macros.h>
 #include <cfg/debug.h>