From b71ec0723831a080588c8398a35920062f09a4be Mon Sep 17 00:00:00 2001 From: rusefi Date: Sat, 20 Apr 2019 10:21:45 -0400 Subject: [PATCH] docs --- firmware/hw_layer/sensors/joystick.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/firmware/hw_layer/sensors/joystick.cpp b/firmware/hw_layer/sensors/joystick.cpp index cc69f3c765..97eaa15f1e 100644 --- a/firmware/hw_layer/sensors/joystick.cpp +++ b/firmware/hw_layer/sensors/joystick.cpp @@ -9,9 +9,6 @@ * be using same EXTI line. See https://stm32f4-discovery.net/2014/08/stm32f4-external-interrupts-tutorial/ * See also comments in digital_input_hw.cpp * - * - * TODO: In release 18.2.0 the EXT driver is no more provided for STM32, there is a PAL demo under /testhal/STM32/multi/PAL with examples of callbacks and synchronous API. - * * @date Jan 2, 2015 * @author Andrey Belomutskiy, (c) 2012-2018 */