From: duplo Date: Wed, 31 Mar 2010 10:46:41 +0000 (+0000) Subject: Fix Wizard configuratino for module ser. X-Git-Tag: 2.5.0~567 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=96dd39ca31b3b399a00bac8680d269ea0c91abf5;p=bertos.git Fix Wizard configuratino for module ser. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3341 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/drv/ser.h b/bertos/drv/ser.h index ad27f51c..226d9e0c 100644 --- a/bertos/drv/ser.h +++ b/bertos/drv/ser.h @@ -40,8 +40,7 @@ * $WIZ$ module_depends = "kfile", "timer" * $WIZ$ module_configuration = "bertos/cfg/cfg_ser.h" * $WIZ$ module_hw = "bertos/hw/hw_ser.h" - * $WIZ$ module_supports = "not atmega103" - * $WIZ$ module_supports += "and not atmega32 and not atmega8" + * $WIZ$ module_supports = "not atmega103 and not atmega32 and not atmega8" */ #ifndef DRV_SER_H