20 lines
213 B
C
20 lines
213 B
C
#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
|