kerneltest/e32test/iic/iic_psl/spi.cpp
changeset 261 4dbffe5c974e
parent 90 947f0dc9f7a8
--- a/kerneltest/e32test/iic/iic_psl/spi.cpp	Fri Sep 03 14:54:26 2010 +0100
+++ b/kerneltest/e32test/iic/iic_psl/spi.cpp	Sun Sep 05 16:45:46 2010 +0100
@@ -242,7 +242,7 @@
 	// Valid values for the device ID will depend on the bus configuration
 	//
 	// Check that the values for word width, clock speed and clock mode are recognised
-	if((spiPtr->iWordWidth < 0) || (spiPtr->iWordWidth > ESpiWordWidth_16))
+	if((spiPtr->iWordWidth < 0) || (spiPtr->iWordWidth > ESpiWordWidth_32))
 		{
 		SPI_PRINT(("ERROR: DSimulatedIicBusChannelMasterSpi::CheckHdr unrecognised word width identifier %d\n",spiPtr->iWordWidth));
 		return KErrArgument;