From d3d5111904e737d6cd0d6a7d9a0711ca420708b4 Mon Sep 17 00:00:00 2001 From: "bernard.xiong" Date: Sun, 1 May 2011 02:55:12 +0000 Subject: [PATCH] compiler error, remove this code! git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1390 bbd45198-f89e-11dd-88c7-29a3b14d5316 --- bsp/mini2440/lcd_t35.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bsp/mini2440/lcd_t35.c b/bsp/mini2440/lcd_t35.c index 7ce9c8420..f34c3a2cc 100644 --- a/bsp/mini2440/lcd_t35.c +++ b/bsp/mini2440/lcd_t35.c @@ -348,10 +348,6 @@ static rt_err_t rt_lcd_control (rt_device_t dev, rt_uint8_t cmd, void *args) case RT_DEVICE_CTRL_LCD_GET_BPP: *((rt_uint16_t*)args) = lcd->byte_per_pixel; break; - - case RT_DEVICE_CTRL_LCD_GET_FRAMEBUFFER: - *((rt_uint16_t*)args) = lcd->hw_framebuffer; - break; } return RT_EOK; -- GitLab