X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fdrv%2Fflash25.c;h=f12e41e9aee7fa40714809b12232b7175cd0ce92;hb=00a56e3c9af3422795c598fda5e9e6ff74ca6b48;hp=0f67e3d443689b921ba14249dcd09b90bffbf32c;hpb=772bad94baf392492f6b5298fa9305d2719c4379;p=bertos.git diff --git a/bertos/drv/flash25.c b/bertos/drv/flash25.c index 0f67e3d4..f12e41e9 100644 --- a/bertos/drv/flash25.c +++ b/bertos/drv/flash25.c @@ -36,7 +36,6 @@ * Typicaly this kind of memory use an SPI bus, but you should * use another comunication channel you have defined. * - * \version $Id$ * \author Daniele Basile */ @@ -52,7 +51,7 @@ #include #include -#include +#include #include /* cpu_relax() */