123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
182:2bd8ec44998f
Parent:
167:bedc0a9d559a
diff -r 0b022246c43c -r 2bd8ec44998f DeviceUserResponse.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DeviceUserResponse.c	Sun Jul 10 05:35:08 2016 +0000
@@ -0,0 +1,16 @@
+#include "Device.h"
+
+extern Device device;
+
+void InitUserResponseDefaultSettings(void) {
+}
+
+void InitUserResponseState(void) {
+  device.user.response.buffer.count = 0;
+  device.user.response.buffer.position = 0;
+  device.user.response.enabled = 0;
+  device.user.response.ready = 0;
+}
+
+void DeviceStartUserResponse(void) {
+}
\ No newline at end of file