From 875722f77f53feac486846eda583931965929841 Mon Sep 17 00:00:00 2001 From: asterix Date: Thu, 10 Jun 2010 09:01:24 +0000 Subject: [PATCH] Remove wrong wizard cfg file. Clean up. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3909 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/drv/sd.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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); /** -- 2.25.1