Update mmcsd_host.h
This commit is contained in:
parent
ae8ca61051
commit
1590e38f46
|
@ -111,7 +111,7 @@ struct rt_mmcsd_host {
|
||||||
rt_uint32_t max_blk_count; /* maximum block count */
|
rt_uint32_t max_blk_count; /* maximum block count */
|
||||||
|
|
||||||
rt_uint32_t spi_use_crc;
|
rt_uint32_t spi_use_crc;
|
||||||
struct rt_semaphore bus_lock;
|
struct rt_mutex bus_lock;
|
||||||
struct rt_semaphore sem_ack;
|
struct rt_semaphore sem_ack;
|
||||||
|
|
||||||
rt_uint32_t sdio_irq_num;
|
rt_uint32_t sdio_irq_num;
|
||||||
|
|
Loading…
Reference in New Issue