Reformat.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 May 2008 07:47:32 +0000 (07:47 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 May 2008 07:47:32 +0000 (07:47 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1269 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/flash25.c

index 2f90d52f5f5c34744933235caa36426f28def551..0dd84ce7f7f85c2b164b7a80b63e29bc0b964067 100644 (file)
  * \author Daniele Basile <asterix@develer.com>
  */
 
-#include <avr/io.h>
+/*
+ * 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 <appconfig.h>
 
 #include <cfg/macros.h>
 #include <cfg/debug.h>
 #include <kern/proc.h>
 #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 <appconfig.h>
 
 /**
  * Global definition of channel handler (usually SPI).