summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/xduoo/debug-xduoo.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/xduoo/debug-xduoo.c')
-rw-r--r--firmware/target/hosted/xduoo/debug-xduoo.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/target/hosted/xduoo/debug-xduoo.c b/firmware/target/hosted/xduoo/debug-xduoo.c
new file mode 100644
index 0000000000..33f3ac4b97
--- /dev/null
+++ b/firmware/target/hosted/xduoo/debug-xduoo.c
@@ -0,0 +1,6 @@
1#include <stdbool.h>
2
3bool debug_hw_info(void)
4{
5 return false;
6}