@@ -189,6 +189,6 @@ void rt_hw_inputcapture_isr(struct rt_inputcapture_device *inputcapture, rt_bool
|
||||
{
|
||||
/* indicate to upper layer application */
|
||||
if (inputcapture->parent.rx_indicate != RT_NULL)
|
||||
inputcapture->parent.rx_indicate(&inputcapture->parent, receive_size);
|
||||
inputcapture->parent.rx_indicate(&inputcapture->parent, data.is_high);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user