123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
177:672ef279c8e0
Parent:
167:bedc0a9d559a
Child:
182:2bd8ec44998f
--- a/DeviceUserPort.h	Thu Jun 30 09:04:22 2016 +0000
+++ b/DeviceUserPort.h	Sun Jul 03 13:40:48 2016 +0000
@@ -5,7 +5,7 @@
 void InitUserPortState(void);
 void DeviceStartUserPort(void);
 
-void DeviceUserPortReceive(void);
-void DeviceUserPortTransmit(void);
+void userReceive(void);
+void userTransmit(void);
 
 #endif  /* __DEVICE_USER_PORT_H__ */
\ No newline at end of file