wow, another defect reported by @puff.

How come this even worked?!
This commit is contained in:
rusEfi 2017-05-23 20:05:17 -04:00
parent 4082e2a0e8
commit 3e9ff64c8d
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ ICUDriver * getInputCaptureDriver(const char *msg, brain_pin_e hwPin) {
#if STM32_ICU_USE_TIM8
if (hwPin == GPIOC_6 ||
hwPin == GPIOC_7) {
return &ICUD9;
return &ICUD8;
}
#endif
#if STM32_ICU_USE_TIM9