Subversion Repositories FlightCtrl

Compare Revisions

Ignore whitespace Rev 2523 → Rev 2524

/trunk/twimaster.c
427,7 → 427,7
if(i != BLConfig.crc) return(BLCONFIG_ERR_CHECKSUM); // bad checksum
 
packets = Max_I2C_Packets;
Max_I2C_Packets = 12;
Max_I2C_Packets = MAX_MOTORS;
I2CTimeout = 100;
 
timer = SetDelay(100);