123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
198:78dd6d14d108
Parent:
197:7a05523bf588
--- a/DeviceUserResponse.c	Wed Oct 19 10:55:05 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-#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