Remove wrong wizard cfg file. Clean up.
authorasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 10 Jun 2010 09:01:24 +0000 (09:01 +0000)
committerasterix <asterix@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 10 Jun 2010 09:01:24 +0000 (09:01 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3909 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/drv/sd.h

index 9436c71a1879abf78657fcdccf23b329385c6fad..42c1d7df1bed9cc579610a8066eac4011e784ee4 100644 (file)
  * Right now, the interface for these function is the one defined in diskio.h from
  * the FatFS module.
  *
- * \version $Id$
  * \author Francesco Sacchi <batt@develer.com>
- * 
+ *
  * $WIZ$ module_name = "sd"
- * $WIZ$ module_configuration = "bertos/cfg/cfg_fat.h"
  * $WIZ$ module_depends = "kfile", "timer"
  * $WIZ$ module_hw = "bertos/hw/hw_sd.h"
  */
 #ifndef DRV_SD_H
 #define DRV_SD_H
 
-#include <fs/fatfs/diskio.h>
-#include <kern/kfile.h>
 #include "cfg/cfg_fat.h"
 
+#include <kern/kfile.h>
+
+#include <fs/fatfs/diskio.h>
+
 bool sd_test(void);
 
 /**