From 6c0e5e586a2720df61f4bcd3904368bf670f5216 Mon Sep 17 00:00:00 2001 From: asterix Date: Mon, 19 May 2008 07:47:32 +0000 Subject: [PATCH] Reformat. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1269 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/flash25.c | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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). -- 2.25.1