X-Git-Url: https://defiant.homedns.org/gitweb/?p=ros_wild_thumper.git;a=blobdiff_plain;f=avr%2Fnano%2Fmain.c;h=cf3070cb92c34ff23ccdca1437b24bfb0b891ddc;hp=9f0724bec8a601ada62860454a804783b43e76a3;hb=e46de78ee34c663f5ac1ceb0656acd0cf9370288;hpb=efe2a6c99b245b203a1a7be1aa6181844b6c0b64 diff --git a/avr/nano/main.c b/avr/nano/main.c index 9f0724b..cf3070c 100644 --- a/avr/nano/main.c +++ b/avr/nano/main.c @@ -216,6 +216,8 @@ ISR(TWI_vect) case TW_SR_STOP: TWI_ACK; break; + case TW_NO_INFO: + break; default: TWI_RESET; }