kerneltest/e32test/usbho/t_usbdi/inc/testdebug.h
changeset 253 d37db4dcc88d
parent 0 a41df078684a
child 257 3e88ff8f41d5
equal deleted inserted replaced
252:0a40b8675b23 253:d37db4dcc88d
    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);
       
    38 
    30 
    39 //#define LOG_INFO(x) RDebug::Print x;
    31 //#define LOG_INFO(x) RDebug::Print x;
    40 
    32 
    41 #define LOG_INFO(x) 
    33 #define LOG_INFO(x) 
    42 
    34