We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8bde1b commit 307881fCopy full SHA for 307881f
arduino/avr/libraries/Wire/utility/twi.c
@@ -480,8 +480,6 @@ ISR(TWI_vect)
480
if(twi_rxBufferIndex < TWI_BUFFER_LENGTH){
481
twi_rxBuffer[twi_rxBufferIndex] = '\0';
482
}
483
- // sends ack and stops interface for clock stretching
484
- twi_stop();
485
// callback to user defined callback
486
twi_onSlaveReceive(twi_rxBuffer, twi_rxBufferIndex);
487
// since we submit rx buffer to "wire" library, we can reset it
0 commit comments