diff --git a/kern/include/kern/secret.h b/kern/include/kern/secret.h index c055927..49931b5 100644 --- a/kern/include/kern/secret.h +++ b/kern/include/kern/secret.h @@ -45,7 +45,7 @@ * normal test output. */ -#define KERNEL_SECRET ((unsigned long long)1) // Cast for consistent printf -//#define KERNEL_SECRET ((unsigned long long)0) // Cast for consistent printf +// #define KERNEL_SECRET ((unsigned long long)1) // Cast for consistent printf +#define KERNEL_SECRET ((unsigned long long)0) // Cast for consistent printf #endif /* _SECRET_H_ */