omap3530/omap3530_drivers/uart/uart.cpp
changeset 51 254b9435d75e
parent 0 6663340f3fc9
equal deleted inserted replaced
48:23f868c54bc5 51:254b9435d75e
    16 //
    16 //
    17 
    17 
    18 #include <e32cmn.h>
    18 #include <e32cmn.h>
    19 #include <assp/omap3530_assp/omap3530_uart.h>
    19 #include <assp/omap3530_assp/omap3530_uart.h>
    20 
    20 
    21 
    21 #ifdef _DEBUG
    22 LOCAL_C void ClientPanic( TInt aLine )
    22 LOCAL_C void ClientPanic( TInt aLine )
    23 	{
    23 	{
    24 	_LIT( KString, "uart.cpp" );
    24 	_LIT( KString, "uart.cpp" );
    25 	Kern::PanicCurrentThread( KString, aLine );
    25 	Kern::PanicCurrentThread( KString, aLine );
    26 	}
    26 	}
       
    27 #endif
    27 
    28 
    28 
    29 
    29 namespace Omap3530Uart
    30 namespace Omap3530Uart
    30 {
    31 {
    31 
    32