From 80469b4bfaf49a407d8d6b5bf3c2eb0d1c9870e6 Mon Sep 17 00:00:00 2001 From: Joe Zhao Date: Fri, 16 May 2014 17:12:37 +0800 Subject: Comments update --- rs422lib/sysctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rs422lib/sysctl.c') diff --git a/rs422lib/sysctl.c b/rs422lib/sysctl.c index fbacb9c..4562702 100644 --- a/rs422lib/sysctl.c +++ b/rs422lib/sysctl.c @@ -21,7 +21,7 @@ void sysctl_void() void sysroutine() { if (syscall>0) - switch ((syscall & (-syscall))) + switch ((syscall & (-syscall))) // This is used to get the lowest bit { case SYS_BIT7: syscall=syscall&(~SYS_BIT7); -- cgit v1.2.3-70-g09d2