Subversion Repositories NaviCtrl

Rev

Rev 254 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 254 Rev 396
Line 26... Line 26...
26
 
26
 
27
#define ANSI_CLEAR                              "\033[2J"
27
#define ANSI_CLEAR                              "\033[2J"
Line 28... Line 28...
28
#define ANSI_HOME                               "\033[H"
28
#define ANSI_HOME                               "\033[H"
-
 
29
 
-
 
30
// macros for easier use 
-
 
31
 
29
 
32
extern void Backtrace(void* fp);
30
// macros for easier use 
33
 
Line 31... Line 34...
31
#ifdef DEBUG
34
#ifdef DEBUG
32
#include "printf_P.h"                                                                                                                   // only include functions if DEBUG is defined in main.h
35
#include "printf_P.h"                                                                                                                   // only include functions if DEBUG is defined in main.h