Subversion Repositories MK3Mag

Compare Revisions

Ignore whitespace Rev 26 → Rev 27

/branches/MK3Mag V0.14 Code Redesign Killagreg/twislave.c
186,8 → 186,6
I2C_RxBuffer = (uint8_t *)&I2C_WriteAttitude;
I2C_RxBufferSize = sizeof(I2C_WriteAttitude);
I2C_Heading.Heading = Heading;
ExternData.Attitude[NICK] = I2C_WriteAttitude.Nick;
ExternData.Attitude[ROLL] = I2C_WriteAttitude.Roll;
break;
default: // unknown command id
I2C_RxBuffer = 0;