equal
deleted
inserted
replaced
25 |
25 |
26 #include <e32debug.h> |
26 #include <e32debug.h> |
27 #include <d32usbdescriptors.h> |
27 #include <d32usbdescriptors.h> |
28 #include <d32usbdi.h> |
28 #include <d32usbdi.h> |
29 #include <f32file.h> |
29 #include <f32file.h> |
|
30 |
|
31 /** |
|
32 Debug macro for serial port logging of function names and signatures |
|
33 */ |
|
34 #define LOG_CFUNC TFunctionLog funcLog(__PRETTY_FUNCTION__, NULL); |
|
35 #define LOG_FUNC TFunctionLog funcLog(__PRETTY_FUNCTION__,this); |
|
36 |
|
37 #define LOG_POINT(x) RDebug::Printf(">> Debug point: " #x); |
30 |
38 |
31 //#define LOG_INFO(x) RDebug::Print x; |
39 //#define LOG_INFO(x) RDebug::Print x; |
32 |
40 |
33 #define LOG_INFO(x) |
41 #define LOG_INFO(x) |
34 |
42 |