--- a/bsptemplate/asspandvariant/template_variant/specific/uart.cpp Tue Aug 31 16:34:26 2010 +0300
+++ b/bsptemplate/asspandvariant/template_variant/specific/uart.cpp Wed Sep 01 12:34:56 2010 +0100
@@ -82,8 +82,6 @@
EUartDataLength8/* =bitmask for eight data bits */
};
-//Remove the #if block if this code needs to be used or referenced.
-#if 0 //RVCT40 warning
//
// TO DO: (mandatory)
//
@@ -108,7 +106,6 @@
// Lookup table to convert EPOC parity settings into hardware-specific values
//
// EXAMPLE ONLY
-
static const TUartParity Parity[3] =
{
EUartParityNone,EUartParityEven,EUartParityOdd
@@ -120,7 +117,6 @@
// Lookup table to convert EPOC stop bit values into hardware-specific values
//
// EXAMPLE ONLY
-
static const TUartStopBit StopBit[2] =
{
EUartStopBitOne,EUartStopBitTwo
@@ -132,14 +128,12 @@
// Lookup table to convert EPOC data bit settings into hardware-specific values
//
// EXAMPLE ONLY
-
static const TUartDataLength DataLength[4] =
{
EUartDataLength5,EUartDataLength6,
EUartDataLength7,EUartDataLength8
};
-#endif //RVCT40 warning
class DDriverComm : public DPhysicalDevice