Files
25-sentry-chassis/00-Driver/BSP_CAN.h

11 lines
140 B
C

#ifndef BSP_CAN_H
#define BSP_CAN_H
#include <stdint.h>
#include "Motor.h"
#include "Chassis_CtoC.h"
void Can_Filter_Init(void);
#endif