dashboard
repositories
filestore
activity
search
login
main
/
SX7H_BOOT
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
xl6600 bootloader初步编译通过
tao_z
2022-05-25
1044ba0d2286698d0da28112bffc0f114bef2134
[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__