From: asterix Date: Thu, 10 Jun 2010 09:01:24 +0000 (+0000) Subject: Remove wrong wizard cfg file. Clean up. X-Git-Tag: 2.5.0~8 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=875722f77f53feac486846eda583931965929841;p=bertos.git Remove wrong wizard cfg file. Clean up. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3909 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/sd.h b/bertos/drv/sd.h index 9436c71a..42c1d7df 100644 --- a/bertos/drv/sd.h +++ b/bertos/drv/sd.h @@ -34,11 +34,9 @@ * Right now, the interface for these function is the one defined in diskio.h from * the FatFS module. * - * \version $Id$ * \author Francesco Sacchi - * + * * $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" */ @@ -47,10 +45,12 @@ #ifndef DRV_SD_H #define DRV_SD_H -#include -#include #include "cfg/cfg_fat.h" +#include + +#include + bool sd_test(void); /**