HS550/ECU_BOOT/rscan_driver/boot_can_user.h

20 lines
213 B
C
Raw Normal View History

2024-05-22 23:21:15 +08:00
#ifndef _CAN_USER_H
#define _CAN_USER_H
#include "r_rl78_can_drv.h"
extern can_frame_t Boot_RxCanMessage;
void Copy_Array_to_Array(unsigned char *dest, unsigned char *src,unsigned char count);
#endif