You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix I2C lock-up when endTransmission() is called with empty txBuffer
The problem (at least in the case of the I2C scanner that I had to deal with) was related to an empty tx buffer, so the LASTTX event never occurres, resulting into an endless loop.
0 commit comments