Merged from external project:
[bertos.git] / bertos / hw / hw_dataflash.c
index 4d6f130ebbede96d54d14f0245eeba530110b912..844dd9220ab6092b73abd40ca1b49de9528554db 100644 (file)
  * \author Francesco Sacchi <batt@develer.com>
  */
 
-#include "hw_dataflash.h"
+#include "hw/hw_dataflash.h"
 
 #include <cfg/compiler.h>
 #include <cfg/module.h>
 #include <cfg/macros.h>
 
-#warning TODO:This is example implemetantion, you must implement it! 
+#warning TODO:This is an example implementation, you must implement it!
 
 MOD_DEFINE(hw_dataflash);