aboutsummaryrefslogtreecommitdiff
path: root/kernel/dmx.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/dmx.c')
-rw-r--r--kernel/dmx.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/kernel/dmx.c b/kernel/dmx.c
index d7369c8..74596b1 100644
--- a/kernel/dmx.c
+++ b/kernel/dmx.c
@@ -41,10 +41,10 @@ main()
init(48);
exec(heartbeat, NULL, 48);
- exec(rgb, &rgbargs, 72);
- exec(pwm, &pwmargs[0], 56);
- exec(pwm, &pwmargs[1], 56);
- exec(pwm, &pwmargs[2], 56);
+ exec(rgb, &rgbargs, 66);
+ exec(pwm, &pwmargs[0], 60);
+ exec(pwm, &pwmargs[1], 60);
+ exec(pwm, &pwmargs[2], 60);
exec(adc, &adcarg, 96);
exec(clock, NULL, 96);
#if 0