Disable trace.

This commit is contained in:
Chris Johns
2010-10-11 23:58:35 +00:00
parent ce8cc8998d
commit 0b41397fc3

View File

@@ -29,7 +29,7 @@
* Is tracing enabled ?
*/
#if !defined (RTEMS_RFS_TRACE)
#define RTEMS_RFS_TRACE 1
#define RTEMS_RFS_TRACE 0
#endif
/**