I2C. Fixed warning.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3453 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
barthess 2011-10-26 17:49:51 +00:00
parent befe9632df
commit 267e558ee4
1 changed files with 2 additions and 1 deletions

View File

@ -277,8 +277,9 @@ void _i2c_ev7_master_rec_byte_qued(I2CDriver *i2cp){
rxBuffp++; rxBuffp++;
(i2cp->rxbytes)--; (i2cp->rxbytes)--;
} }
else else{
_i2c_unhandled_case(i2cp); _i2c_unhandled_case(i2cp);
}
break; break;
default: default: