Removed unecessary lines

This commit is contained in:
Alexander B 2019-03-18 22:47:07 +01:00
parent f951c39bbe
commit 5a2e585c59

View File

@ -187,8 +187,6 @@ ISR(INT1_vect)
// Below ~400V, activate booster
boost_highVoltage_nextTick = TCNT1; // Run as soon as possible
PORTB |= (1 << PORTB5); // Onboard-Led
PORTB |= (1 << PORTB5); // Onboard-Led
}
else // Rising edge
{