Add comment.

This commit is contained in:
László Monda
2017-03-18 02:27:05 +01:00
parent ea7d36aebf
commit 067a3c1400

View File

@@ -38,5 +38,7 @@ void InitBridgeProtocolScheduler()
{
SetLeds(0xff);
I2C_MasterTransferCreateHandle(I2C_MAIN_BUS_BASEADDR, &I2cMasterHandle, bridgeProtocolCallback, NULL);
// Kickstart the scheduler by triggering the first callback.
bridgeSlaves[0].slaveHandler(bridgeSlaves[0].moduleId);
}