Fix indentation.

This commit is contained in:
László Monda
2017-05-05 02:15:18 +02:00
parent 107a771a4c
commit 575b10af24

View File

@@ -83,7 +83,7 @@ void UhkSlaveLedDriverHandler(uint8_t ledDriverId) {
case LedDriverState_Initialized:
I2cAsyncWrite(ledDriverAddress, ledsBuffer, BUFFER_SIZE);
break;
}
}
}
void SetLeds(uint8_t ledBrightness)