code cleanup.
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1966 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
5d2d94eb3d
commit
3c6c8063ce
|
@ -2,7 +2,6 @@ Import('RTT_ROOT')
|
||||||
from building import *
|
from building import *
|
||||||
|
|
||||||
cwd = GetCurrentDir()
|
cwd = GetCurrentDir()
|
||||||
|
|
||||||
src = Split("""
|
src = Split("""
|
||||||
block_dev.c
|
block_dev.c
|
||||||
mmcsd_core.c
|
mmcsd_core.c
|
||||||
|
|
|
@ -275,9 +275,6 @@ err1:
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static rt_err_t mmcsd_app_cmd(struct rt_mmcsd_host *host, struct rt_mmcsd_card *card)
|
static rt_err_t mmcsd_app_cmd(struct rt_mmcsd_host *host, struct rt_mmcsd_card *card)
|
||||||
{
|
{
|
||||||
rt_err_t err;
|
rt_err_t err;
|
||||||
|
|
Loading…
Reference in New Issue