提交 64517f05 编写于 作者: B bernard.xiong@gmail.com

update graphic driver interface.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1465 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 a714392b
......@@ -721,7 +721,7 @@ struct rt_device_graphic_ops
void (*blit_line) (const char* pixel, int x, int y, rt_size_t size);
};
#define rt_graphix_ops(device) (struct rt_device_graphic_ops*)(device->user_data)
#define rt_graphix_ops(device) ((struct rt_device_graphic_ops*)(device->user_data))
/*@}*/
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册