mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-07-01 09:12:14 +02:00
[hid] notification led - fix code style
This commit is contained in:
parent
b8ed6c6c58
commit
82a882729e
@ -95,8 +95,7 @@ int main(int argc, char* argv[])
|
||||
pattern.miniCycles[3].finalStepDuration = 0x0;
|
||||
|
||||
// Led off wait time.
|
||||
for(i=2; i<15; i++)
|
||||
{
|
||||
for(i=2; i<15; i++) {
|
||||
pattern.miniCycles[i].ledIntensity = 0x0; // 0%.
|
||||
pattern.miniCycles[i].transitionSteps = 0xF; // 15 steps. Total 187.5ms.
|
||||
pattern.miniCycles[i].finalStepDuration = 0xF; // 187.5ms.
|
||||
|
Loading…
Reference in New Issue
Block a user