* \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).