From 086f0b447628b54b7fce8d0e7a4e73bd8c78456d Mon Sep 17 00:00:00 2001 From: linzhenxing Date: Mon, 10 Jan 2022 14:06:46 +0800 Subject: [PATCH] =?UTF-8?q?host=E5=86=85=E6=B7=BB=E5=8A=A0name=E7=94=A8?= =?UTF-8?q?=E4=BA=8E=E5=8C=BA=E5=88=86sd=E5=92=8Cemmc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/drivers/include/drivers/mmcsd_host.h | 1 + 1 file changed, 1 insertion(+) diff --git a/components/drivers/include/drivers/mmcsd_host.h b/components/drivers/include/drivers/mmcsd_host.h index 68e38c38ab..b7f4940042 100644 --- a/components/drivers/include/drivers/mmcsd_host.h +++ b/components/drivers/include/drivers/mmcsd_host.h @@ -59,6 +59,7 @@ struct rt_mmcsd_host_ops { }; struct rt_mmcsd_host { + char name[RT_NAME_MAX]; struct rt_mmcsd_card *card; const struct rt_mmcsd_host_ops *ops; rt_uint32_t freq_min; -- Gitee