Update preset.
[bertos.git] / bertos / hw / hw_dataflash.c
index 4d6f130ebbede96d54d14f0245eeba530110b912..1a758a869561d10e183ff3d1577d6e20c9faffc1 100644 (file)
  *
  * \brief Dataflash HW control routines.
  *
- * \version $Id$
  * \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);