Removed unecessary lines

master
Alexander B 6 years ago
parent f951c39bbe
commit 5a2e585c59

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

Loading…
Cancel
Save