bug fix: SS was not declared in the spi_write_and_read(.. function

Revision:
5:52f39fdbcd67
Parent:
4:7a997a86e5ea
Child:
6:38fa8ac6e43b
--- a/platform_drivers.cpp	Mon Aug 26 21:27:32 2019 +0000
+++ b/platform_drivers.cpp	Tue Aug 27 09:38:19 2019 +0000
@@ -210,8 +210,6 @@
 		// Unused variable - fix compiler warning
 	}
 
-	volatile uint8_t rxData;
-
 	SS = GPIO_LOW; 							//!select SS
 	for(size_t byte = 0 ; byte < bytes_number ; byte++)
 	{