From: lottaviano Date: Mon, 6 Jul 2009 08:16:22 +0000 (+0000) Subject: Add wizard options for TAS module X-Git-Tag: 2.2.0~228 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=sidebyside;h=c921d09b2bb71feaf1dd954200db6f7e1e88e7c2;p=bertos.git Add wizard options for TAS module git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2740 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_tas5706a.h b/bertos/cfg/cfg_tas5706a.h index b0f3fe73..e1112c0f 100644 --- a/bertos/cfg/cfg_tas5706a.h +++ b/bertos/cfg/cfg_tas5706a.h @@ -45,7 +45,6 @@ * $WIZ$ type = "int" * $WIZ$ min = -100 * $WIZ$ max = 24 - * $WIZ$ supports = "at91" */ #define CONFIG_TAS_MAX_VOL -39 diff --git a/bertos/drv/tas5706a.h b/bertos/drv/tas5706a.h index 2f602356..b379e091 100644 --- a/bertos/drv/tas5706a.h +++ b/bertos/drv/tas5706a.h @@ -35,6 +35,10 @@ * * \version $Id$ * \author Francesco Sacchi + * + * $WIZ$ module_name = "tas5706a" + * $WIZ$ module_configuration = "bertos/cfg/cfg_tas5706a.h" + * $WIZ$ module_hw = "bertos/hw/hw_tas5706a.h" */ #ifndef DRV_TAS5706A_H