[Components]drivers can change txcompletion to sem

This commit is contained in:
Aubr.Cool
2017-08-30 08:00:36 +08:00
parent f5c1291826
commit 44bac92a93
2 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -280,7 +280,7 @@ struct rt_can_sndbxinx_list
struct rt_can_tx_fifo
{
struct rt_can_sndbxinx_list *buffer;
struct rt_completion completion;
struct rt_semaphore sem;
struct rt_list_node freelist;
};