From c2079e368c183a100c549671925b66d6b993c8c2 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 12 Feb 2012 23:54:26 +0000 Subject: Add interface to enabled/disable debug output git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4386 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/lib/lib_internal.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'nuttx/lib/lib_internal.h') diff --git a/nuttx/lib/lib_internal.h b/nuttx/lib/lib_internal.h index d960d6cf3..29d49303d 100644 --- a/nuttx/lib/lib_internal.h +++ b/nuttx/lib/lib_internal.h @@ -1,8 +1,8 @@ /**************************************************************************** * lib/lib_internal.h * - * Copyright (C) 2007-2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Copyright (C) 2007-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -99,6 +99,12 @@ * Public Variables ****************************************************************************/ +/* Debug output is initially disabled */ + +#ifdef CONFIG_DEBUG_ENABLE +extern bool g_dbgenable; +#endif + /**************************************************************************** * Public Function Prototypes ****************************************************************************/ -- cgit v1.2.3