compiler error, remove this code!
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1390 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
c63a2e0a89
commit
d3d5111904
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue