/****************************************************************************/
/* Copyright 2002 MBARI														*/
/****************************************************************************/
/* Summary	: Definitions for OASIS2 Debug routines							*/
/* Filename : debug.h														*/
/* Author	: Robert Herlien (rah)											*/
/* Project	: OASIS Mooring Replacement (OASIS3)							*/
/* Revision: 0.1															*/
/* Created	: 10/25/2002													*/
/*																			*/
/* MBARI provides this documentation and code "as is", with no warranty,	*/
/* express or implied, of its quality or consistency. It is provided without*/
/* support and without obligation on the part of the Monterey Bay Aquarium	*/
/* Research Institute to assist in its use, correction, modification, or	*/
/* enhancement. This information should not be published or distributed to	*/
/* third parties without specific written permission from MBARI.			*/
/*																			*/
/****************************************************************************/
/* Modification History:													*/
/* 25oct2002 rah - created													*/
/****************************************************************************/

#ifndef INCdebugh
#define INCdebugh		1

#define DEBUG
//#define DEBUG_MALLOC
//#define DEBUG_TASK
//#define DEBUG_SLEEP
//#define DEBUG_DRVR_TIMES
//#define DEBUG_LOG
//#define DEBUG_CONFIG
//#define DEBUG_VAR
//#define DEBUG_MODBUS
//#define DEBUG_TICKER					/* See timer.h				*/
//#define DEBUG_RTC						/* See timer.h				*/
//#define DEBUG_PWRFAIL					/* See pwrFail.h			*/
#define DEBUG_MODSPI					/* See modspi.h				*/

//#define TEST_PRINTF
#define DEBUG_SERIAL_CMD
//#define DEBUG_KILL
#define DEBUG_SYSTEM_CMD


/****************************************/
/* Function Declarations				*/
/****************************************/

//int		dprintf( const char *format, ... );
/* Now in printf-stdarg.c	*/

#endif	/* INCdebugh */
