14 lines
165 B
C
14 lines
165 B
C
/**
|
|
* @file can.h
|
|
*
|
|
*/
|
|
|
|
#include "ControllerConfiguration.h"
|
|
|
|
#ifndef PLANTCTRL_CAN_H
|
|
#define PLANTCTRL_CAN_H
|
|
|
|
void can_setup(void);
|
|
void can_loop(void);
|
|
|
|
#endif |