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:
parent
befe9632df
commit
267e558ee4
|
@ -277,8 +277,9 @@ void _i2c_ev7_master_rec_byte_qued(I2CDriver *i2cp){
|
|||
rxBuffp++;
|
||||
(i2cp->rxbytes)--;
|
||||
}
|
||||
else
|
||||
else{
|
||||
_i2c_unhandled_case(i2cp);
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue