mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-17 20:08:54 +00:00
V1.0.5
This commit is contained in:
@@ -32,7 +32,7 @@ void can_usage(void)
|
||||
|
||||
void can_rx_callback(can_handle * phandle, void *arg)
|
||||
{
|
||||
if ((u32)arg == CAN_EVENT_RX_IND)
|
||||
if ((long)arg == CAN_EVENT_RX_IND)
|
||||
rx_done = 1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user