123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
177:672ef279c8e0
diff -r c718d402410d -r 672ef279c8e0 DeviceDebug.c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/DeviceDebug.c	Sun Jul 03 13:40:48 2016 +0000
@@ -0,0 +1,11 @@
+#include "Device.h"
+extern Device device;
+
+void InitDebugDefaultSettings(void){
+}
+
+void InitDebugState(void) {
+}
+
+void DeviceStartDebug(void) {
+}
\ No newline at end of file