From: asterix Date: Mon, 19 May 2008 07:47:32 +0000 (+0000) Subject: Reformat. X-Git-Tag: 2.0.0~665 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=6c0e5e586a2720df61f4bcd3904368bf670f5216;p=bertos.git Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1269 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/flash25.c b/bertos/drv/flash25.c index 2f90d52f..0dd84ce7 100644 --- a/bertos/drv/flash25.c +++ b/bertos/drv/flash25.c @@ -41,7 +41,13 @@ * \author Daniele Basile */ -#include +/* + * 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 #include #include @@ -53,13 +59,6 @@ #include #endif -/* - * 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 /** * Global definition of channel handler (usually SPI).