Skip to content

Commit 7e26aa4

Browse files
committed
HardwareTimer: remove useless variable timAssociatedInputChannel
Compilation warning introduced by #1550 Fixes #1557 Signed-off-by: Alexandre Bourdiol <[email protected]>
1 parent 8a7fc16 commit 7e26aa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cores/arduino/HardwareTimer.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,6 @@ bool HardwareTimer::isRunning()
11791179
*/
11801180
bool HardwareTimer::isRunningChannel(uint32_t channel)
11811181
{
1182-
int timAssociatedInputChannel;
11831182
int LLChannel = getLLChannel(channel);
11841183
int interrupt = getIT(channel);
11851184
bool ret;

0 commit comments

Comments
 (0)