Gitiles
Code Review
Sign In
192.168.1.100
/
T800_MD_V1.6
/
c33b3079c38f91561c2f84f1ebed20ad8c60532a
/
.
/
mcu
/
protocol
/
dispatcher
/
include
/
dispatcher_debug.h
blob: a433e794249b0ed7772ad613159305b7291e3769 [
file
] [
log
] [
blame
]
yu.dong
c33b307
2024-08-21 23:14:49 -0700
[
diff
] [
blame^
]
1
#ifndef
_DISPATCHER_DEBUG_H
2
#define
_DISPATCHER_DEBUG_H
3
4
#include
"dispatcher_trace.h"
5
6
#define
DISPATCHER_LOG dhl_trace
7
8
#endif
//_DISPATCHER_DEBUG_H
9