浏览代码

update mini2440 bsp

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1225 bbd45198-f89e-11dd-88c7-29a3b14d5316
qiuyiuestc 15 年之前
父节点
当前提交
04727cb1db
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bsp/mini2440/touch.c

+ 1 - 1
bsp/mini2440/touch.c

@@ -83,7 +83,7 @@ struct s3c2410ts
 
 	char phys[32];
 };
-static struct s3c2410ts ts = RT_NULL;
+static struct s3c2410ts ts;
 
 struct rtgui_touch_device
 {