We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d65814 commit 8b7b11aCopy full SHA for 8b7b11a
hardware/arduino/avr/libraries/Wire/utility/twi.c
@@ -464,8 +464,6 @@ ISR(TWI_vect)
464
if(twi_rxBufferIndex < TWI_BUFFER_LENGTH){
465
twi_rxBuffer[twi_rxBufferIndex] = '\0';
466
}
467
- // sends ack and stops interface for clock stretching
468
- twi_stop();
469
// callback to user defined callback
470
twi_onSlaveReceive(twi_rxBuffer, twi_rxBufferIndex);
471
// since we submit rx buffer to "wire" library, we can reset it
0 commit comments