[Feature]Upload Modem source code

Change-Id: Id4294f30faced84d3e6fd6d5e61e1111bf287a37
diff --git a/mcu/protocol/dispatcher/include/dispatcher_debug.h b/mcu/protocol/dispatcher/include/dispatcher_debug.h
new file mode 100644
index 0000000..a433e79
--- /dev/null
+++ b/mcu/protocol/dispatcher/include/dispatcher_debug.h
@@ -0,0 +1,9 @@
+#ifndef _DISPATCHER_DEBUG_H
+#define _DISPATCHER_DEBUG_H
+
+#include "dispatcher_trace.h"
+
+#define DISPATCHER_LOG             dhl_trace
+
+#endif //_DISPATCHER_DEBUG_H
+