Reset KERNEL_SECRET.

This commit is contained in:
Geoffrey Challen 2015-12-31 11:48:02 -05:00
parent e7a585a298
commit ff1d44b505

View File

@ -45,7 +45,7 @@
* normal test output. * normal test output.
*/ */
#define KERNEL_SECRET ((unsigned long long)1) // 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 #define KERNEL_SECRET ((unsigned long long)0) // Cast for consistent printf
#endif /* _SECRET_H_ */ #endif /* _SECRET_H_ */