aboutsummaryrefslogtreecommitdiff
path: root/kernel/rgb.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rgb.c')
-rw-r--r--kernel/rgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/rgb.c b/kernel/rgb.c
index c1aefde..23e3b9f 100644
--- a/kernel/rgb.c
+++ b/kernel/rgb.c
@@ -53,7 +53,7 @@ rgb(void *arg)
}
void
-pwm(void *arg)
+cpwm(void *arg)
{
#define SCALE 4
struct pwmarg *a = (struct pwmarg *)arg;