提交 600e67f9 编写于 作者: W Wayne Lin 提交者: Bernard Xiong

Revert to RT_IPC_FLAG_PRIO.

上级 7e6ffd34
......@@ -711,7 +711,7 @@ struct rt_mmcsd_host *mmcsd_alloc_host(void)
host->id = allocated_host_num;
allocated_host_num++;
rt_mutex_init(&host->bus_lock, "sd_bus_lock", RT_IPC_FLAG_FIFO);
rt_mutex_init(&host->bus_lock, "sd_bus_lock", RT_IPC_FLAG_PRIO);
rt_sem_init(&host->sem_ack, "sd_ack", 0, RT_IPC_FLAG_FIFO);
return host;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册