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

fix device type.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1260 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 4e3839d7
......@@ -760,11 +760,12 @@ void rt_hw_sdcard_init(void)
rt_free(sector);
/* register sdcard device */
sdcard_device.type = RT_Device_Class_Block;
sdcard_device.init = rt_sdcard_init;
sdcard_device.open = rt_sdcard_open;
sdcard_device.close = rt_sdcard_close;
sdcard_device.close = rt_sdcard_close;
sdcard_device.read = rt_sdcard_read;
sdcard_device.write = rt_sdcard_write;
sdcard_device.write = rt_sdcard_write;
sdcard_device.control = rt_sdcard_control;
/* no private */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册