X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fdrv%2Fsd.h;h=9436c71a1879abf78657fcdccf23b329385c6fad;hb=edfd941531726c508a978af9df645709fa539ed9;hp=8be9c501749cb1f243e284ce3a586acf5c8827d2;hpb=1fb9b95e56d03933e5b38709a497b5f5f892ea23;p=bertos.git diff --git a/bertos/drv/sd.h b/bertos/drv/sd.h index 8be9c501..9436c71a 100644 --- a/bertos/drv/sd.h +++ b/bertos/drv/sd.h @@ -36,6 +36,11 @@ * * \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" */ @@ -44,7 +49,7 @@ #include #include -#include +#include "cfg/cfg_fat.h" bool sd_test(void);