From 1116885d96725ce064db04604e4d197a136b163c Mon Sep 17 00:00:00 2001 From: root Date: Tue, 28 Feb 2012 14:15:19 +0100 Subject: updated codebase to latest version of osmocombb --- Src/osmolib/src/target/firmware/calypso/backlight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/osmolib/src/target/firmware/calypso/backlight.c') diff --git a/Src/osmolib/src/target/firmware/calypso/backlight.c b/Src/osmolib/src/target/firmware/calypso/backlight.c index a18dcb9..cf29984 100644 --- a/Src/osmolib/src/target/firmware/calypso/backlight.c +++ b/Src/osmolib/src/target/firmware/calypso/backlight.c @@ -50,7 +50,7 @@ void bl_mode_pwl(int on) writew(reg, ASIC_CONF_REG); } else { /* Switch pin from PWL to LT */ - reg |= ~ASCONF_PWL_ENA; + reg &= ~ASCONF_PWL_ENA; writew(reg, ASIC_CONF_REG); /* Disable pwl */ writeb(0x00, PWL_REG(PWL_CTRL)); -- cgit v1.2.3-55-g7522