Reformat.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 20 May 2008 15:55:16 +0000 (15:55 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 20 May 2008 15:55:16 +0000 (15:55 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1305 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/spi_bitbang.c
bertos/drv/spi_bitbang.h

index dd83335a9e008b943fb420d384e911a267e4c968..10a238897769280c3b653d13f0ced7b5264579b7 100644 (file)
  */
 
 
-#include <cpu/irq.h>
-#include <cfg/module.h>
 #include "spi_bitbang.h"
-#include "hw_spi.h"
+#include <hw/hw_spi.h>
+
+#include <cfg/module.h>
+#include <cpu/irq.h>
 
 void spi_assertSS(void)
 {
index 4bccb821a84dcc5bdd0a653cc03013d918244a20..adbfedcbd139b95e39d2b68fd7ab1d62df348e49 100644 (file)
 #ifndef DRV_SPI_BITBANG_H
 #define DRV_SPI_BITBANG_H
 
-#include <cfg/compiler.h>
 #include <appconfig.h>
 
+#include <cfg/compiler.h>
+
 /**
  * Define send and receive order bit.
  * \{