Subversion Repositories NaviCtrl

Rev

Rev 696 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
691 holgerb 1
#ifndef __CANBUS_H
2
#define __CANBUS_H
3
 
4
void CanbusInit(void);
5
void ProcessCanBus(void);
6
extern canmsg RxCanMsg;
7
extern volatile u32 frame_received_flag;
8
 
9
#endif