#include <stdio.h>
#include <assert.h>
#include "stb_debug.h"
Go to the source code of this file.
|
#define | DM_CONTROL (1<<0) |
|
#define | DM_CLIENT (1<<1) |
|
#define | DBG_ErrorPrintf STB_SPDebugNoCnWrite |
|
#define | DBG_DebugPrintf STB_SPDebugNoCnWrite |
|
#define | ASSERT(condition) assert(condition); |
|
#define | ERRPRINT(x,...) STB_SPDebugWrite( "%s:%d " x, __FUNCTION__, __LINE__, ##__VA_ARGS__); |
|
#define | DBGPRINT(t, x,...) |
|
#define | FUNCTION_START(x) |
|
#define | FUNCTION_FINISH(x) |
|
- Date
- 23/01/2013
- Author
- Ocean Blue
#define DBGPRINT |
( |
|
t, |
|
|
|
x, |
|
|
|
... |
|
) |
| |
Value:
void STB_SPDebugWrite(const char *format,...)
Write debug string to serial/debug port. <CR><LF> characters will be automatically added to the end o...