aboutsummaryrefslogtreecommitdiff
path: root/kernel/adc.c
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2012-03-05 00:11:30 +0000
committerDimitri Sokolyuk <demon@dim13.org>2012-03-05 00:11:30 +0000
commitfe281c251a49cebad725208234dd06a6f73731f1 (patch)
tree528a233434f2c8e0c1a4e4ec7f2cbaf2db8f2997 /kernel/adc.c
parenta99c5b516dd6d065a803e63747592b12f2ee9597 (diff)
bugfixes, readd rqlen, signal on any channel
Diffstat (limited to 'kernel/adc.c')
-rw-r--r--kernel/adc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/adc.c b/kernel/adc.c
index e806c99..e3223a5 100644
--- a/kernel/adc.c
+++ b/kernel/adc.c
@@ -44,7 +44,7 @@ adc(void *arg)
}
wait(0);
fprintf(stderr, "\n%8lx%8x", now(), a->value[0]);
- signal();
+ signal(0);
sleep(0, 100000);
}
}