Rename slaves to Slaves now that it's extern.
This commit is contained in:
@@ -73,7 +73,7 @@ void LedSlaveDriver_Update(uint8_t ledDriverId) {
|
||||
|
||||
switch (*ledDriverPhase) {
|
||||
case LedDriverPhase_SetFunctionFrame:
|
||||
if (!slaves[SlaveId_LeftKeyboardHalf].isConnected) {
|
||||
if (!Slaves[SlaveId_LeftKeyboardHalf].isConnected) {
|
||||
break;
|
||||
}
|
||||
I2cAsyncWrite(ledDriverAddress, setFunctionFrameBuffer, sizeof(setFunctionFrameBuffer));
|
||||
|
||||
Reference in New Issue
Block a user