1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 15:46:14 +01:00

Remove redundant commented out code.

This commit is contained in:
Neil McKechnie 2023-02-23 20:16:29 +00:00
parent 39d953ed29
commit 5e9ae4a0ac

View File

@ -223,10 +223,7 @@ void I2CManagerClass::I2C_handleInterrupt() {
#if defined(I2C_USE_INTERRUPTS) #if defined(I2C_USE_INTERRUPTS)
ISR(TWI_vect) { ISR(TWI_vect) {
// pinMode(2,OUTPUT);
// digitalWrite(2,1);
I2CManager.handleInterrupt(); I2CManager.handleInterrupt();
// digitalWrite(2,0);
} }
#endif #endif