*
* $WIZ$ type = "int"
*/
-#define CONFIG_SAMPLE_FREQ 44100
+#define CONFIG_SAMPLE_FREQ 44100UL
/**
* Module logging level.
*
* $WIZ$ module_name = "i2s"
* $WIZ$ module_configuration = "bertos/cfg/cfg_i2s.h"
- * $WIZ$ module_supports = "not atmega103 and not atmega168 and not at91"
+ * $WIZ$ module_supports = "not atmega103 and not atmega168 and not atmega8"
*/
#ifndef I2S_H
*
* \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"
*/
#include <fs/fatfs/diskio.h>
#include <kern/kfile.h>
-#include <cfg/cfg_fat.h>
+#include "cfg/cfg_fat.h"
bool sd_test(void);