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:
parent
39d953ed29
commit
5e9ae4a0ac
|
@ -223,10 +223,7 @@ void I2CManagerClass::I2C_handleInterrupt() {
|
|||
|
||||
#if defined(I2C_USE_INTERRUPTS)
|
||||
ISR(TWI_vect) {
|
||||
// pinMode(2,OUTPUT);
|
||||
// digitalWrite(2,1);
|
||||
I2CManager.handleInterrupt();
|
||||
// digitalWrite(2,0);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user