kerneltest/e32test/usbho/t_usbdi/inc/testdebug.h
changeset 259 57b9594f5772
parent 0 a41df078684a
child 257 3e88ff8f41d5
equal deleted inserted replaced
247:d8d70de2bd36 259:57b9594f5772
    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