omap3530/omap3530_drivers/spi/test/d_spi_client_m.cpp
branchBeagle_BSP_dev
changeset 83 bcf33365fd8d
parent 82 65b40f262685
child 84 09e266454dcf
--- a/omap3530/omap3530_drivers/spi/test/d_spi_client_m.cpp	Wed Sep 22 23:33:25 2010 +0100
+++ b/omap3530/omap3530_drivers/spi/test/d_spi_client_m.cpp	Wed Sep 22 23:37:20 2010 +0100
@@ -331,7 +331,7 @@
 	TPckgBuf<TConfigSpiV01> header(KHeader);
 
 	// create transfer object
-	const TInt KBuffLength = 10; // tTODO temp ..
+	const TInt KBuffLength = 64;
 	TBuf8<KBuffLength> txTransferBuf; // txbuffer..
 
 	// fill it with some data..(this will also set the length of the buffer)
@@ -349,10 +349,6 @@
 	// queue the transaction synchronously
 	r = IicBus::QueueTransaction(busId, &transaction);
 
-	// TODO - temporary added here..
-	SET_SLAVE_ADDR(busId, 1);
-	r = IicBus::QueueTransaction(busId, &transaction);
-
 	LOG_FUNCTION_RETURN;
 	return r;
 	}