Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LG by
Diff: DeviceDebug.h
- Revision:
- 215:b58b887fd367
- Parent:
- 214:4c70e452c491
- Child:
- 216:189b0ea1dc38
--- a/DeviceDebug.h Wed Aug 16 09:00:25 2017 +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
