dashboard
repositories
filestore
activity
search
login
main
/
SX7H_BOOT
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
bootloader运行,烧录流程尚未测试
tao_z
2022-05-29
a7c0d42a6590c26d37c17b082aef52925b466569
[SX7H_BOOT.git]
/
Application
/
source
/
CANTP
/
cantp_user.h
1
2
3
4
5
6
7
#ifndef CANTP_USER_H__
#define CANTP_USER_H__
#include "cantp.h"
/* user implemented, send can message */
extern TP_uint8_t CANTP_ReadPhyDiagMsg(TP_PDU_t *pdu);
extern TP_uint8_t CANTP_ReadFunDiagMsg(TP_PDU_t *pdu);
#endif // CANTP_USER_H__