From 997ce583bdc4a10b75cc7d4436c4acf924fce851 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Tue, 1 Mar 2016 10:01:30 -0500 Subject: [PATCH] auto-sync --- firmware/hw_layer/digital_input_hw.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/hw_layer/digital_input_hw.cpp b/firmware/hw_layer/digital_input_hw.cpp index b8befef1ab..0d7b3284fb 100644 --- a/firmware/hw_layer/digital_input_hw.cpp +++ b/firmware/hw_layer/digital_input_hw.cpp @@ -113,7 +113,7 @@ icuchannel_t getInputCaptureChannel(brain_pin_e hwPin) { } /** - * as of Feb 2016, TIM1, TIM2, TIM3 and TIM4 are used for input capture + * as of Feb 2016, TIM1, TIM2, TIM3 and TIM9 are used for input capture * (that's the kind of event you need for shaft position sensor) * ChibiOS limitation is that only channels #1 and #2 could be used for input capture *