10 lines
171 B
C
10 lines
171 B
C
|
#ifndef DEBUG_ADDR_H
|
||
|
#define DEBUG_ADDR_H
|
||
|
|
||
|
#include <type_define.h>
|
||
|
|
||
|
|
||
|
#define DEBUG_TASK_MSG_ADDR (0x88000000)
|
||
|
#define DEBUG_MSG_TRAN_SEND_ADDR (0x88001000)
|
||
|
|
||
|
#endif
|