123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
173:7f938afb0447
Parent:
167:bedc0a9d559a
--- a/DeviceSSP.h	Fri Jun 17 13:54:50 2016 +0000
+++ b/DeviceSSP.h	Sun Jun 19 03:54:35 2016 +0000
@@ -11,7 +11,7 @@
 void InitSSPState(void);
 void DeviceStartSSP(void);
 
-void DeviceSSPReceive(void);
-void DeviceSSPTransmit(uint8_t index);
+void sspReceive(void);
+void sspTransmit(uint8_t index);
 
 #endif  /* __DEVICE_SSP_H__ */
\ No newline at end of file