Removed debug from VTerm
authorJohn Hodge <[email protected]>
Wed, 21 Apr 2010 14:20:42 +0000 (22:20 +0800)
committerJohn Hodge <[email protected]>
Wed, 21 Apr 2010 14:20:42 +0000 (22:20 +0800)
Kernel/Makefile.BuildNum
Kernel/drv/vterm.c

index 6782fc2..4674272 100644 (file)
@@ -1 +1 @@
-BUILD_NUM = 1974
+BUILD_NUM = 1975
index 1e24497..1433964 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Acess2 Virtual Terminal Driver
  */
-#define DEBUG  1
+#define DEBUG  0
 #include <acess.h>
 #include <fs_devfs.h>
 #include <modules.h>

UCC git Repository :: git.ucc.asn.au