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=cf3341a02d703c3e8cbc4f3baffa45184316bc02 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; }