123

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
198:78dd6d14d108
Parent:
197:7a05523bf588
--- a/DeviceDebug.h	Wed Oct 19 10:55:05 2016 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-#ifndef __DEVICE_DEBUG_H__
-#define __DEVICE_DEBUG_H__
-
-#warning "Program config: debug unit enabled!!!"
-
-#define DEBUG_QEI
-#define DEBUG_DECODER_INPUT
-#define DEBUG_ENCODER_OUTPUT
-#define DEBUG_USER_BAUD
-
-#define DEV_BOARD_HAOYU
-#ifdef DEV_BOARD_HAOYU
-#warning "Program config: development board!!!"
-#endif
-
-typedef struct _DeviceDebugSettings {
-} DeviceDebugSettings;
-
-typedef struct _DeviceDebugState {
-} DeviceDebugState;
-
-typedef struct _DeviceDebug {
-  DeviceDebugSettings settings;
-  DeviceDebugState state;
-} DeviceDebug;
-
-void InitDebugDefaultSettings(void);
-void InitDebugState(void);
-void DeviceStartDebug(void);
-
-#endif  /* __DEVICE_DEBUG_H__ */
\ No newline at end of file