summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c')
-rw-r--r--firmware/target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c b/firmware/target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
index f3fa8e3205..9797815d23 100644
--- a/firmware/target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
+++ b/firmware/target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
@@ -221,9 +221,8 @@ void lcd_init_device(void)
221 GPIOA_PIN(0) = 1; 221 GPIOA_PIN(0) = 1;
222 GPIOA_PIN(4) = 0; 222 GPIOA_PIN(4) = 0;
223 223
224 GPIOB_DIR |= 0xf; 224 GPIOB_DIR |= (1<<0)|(1<<2)|(1<<3);
225 GPIOB_PIN(0) = 1<<0; 225 GPIOB_PIN(0) = 1<<0;
226 GPIOB_PIN(1) = 1<<1;
227 GPIOB_PIN(2) = 1<<2; 226 GPIOB_PIN(2) = 1<<2;
228 GPIOB_PIN(3) = 1<<3; 227 GPIOB_PIN(3) = 1<<3;
229 228