Fix rt_hw_inputcapture_isr public function name in header file.

Fix miss-break in HWTIMER_CTRL_INFO_GET case.
This commit is contained in:
Wayne Lin
2020-05-15 09:46:01 +08:00
parent 5d65fe074f
commit f0e4009c30
6 changed files with 4 additions and 3 deletions

View File

@@ -255,6 +255,7 @@ static rt_err_t rt_hwtimer_control(struct rt_device *dev, int cmd, void *args)
*((struct rt_hwtimer_info*)args) = *timer->info;
}
break;
case HWTIMER_CTRL_MODE_SET:
{
rt_hwtimer_mode_t *m;