X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fhw%2Fhw_dataflash.c;h=1a758a869561d10e183ff3d1577d6e20c9faffc1;hb=635385b7e731d1b536a63db4d881f32603c22cfd;hp=4d6f130ebbede96d54d14f0245eeba530110b912;hpb=107743ef422de7a4c926a20ff87eee1515eb1987;p=bertos.git diff --git a/bertos/hw/hw_dataflash.c b/bertos/hw/hw_dataflash.c index 4d6f130e..1a758a86 100644 --- a/bertos/hw/hw_dataflash.c +++ b/bertos/hw/hw_dataflash.c @@ -32,17 +32,16 @@ * * \brief Dataflash HW control routines. * - * \version $Id$ * \author Francesco Sacchi */ -#include "hw_dataflash.h" +#include "hw/hw_dataflash.h" #include #include #include -#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);