mirror of
https://github.com/odriverobotics/ODrive.git
synced 2025-12-14 20:13:57 +08:00
11 lines
232 B
C++
11 lines
232 B
C++
#ifndef __INTERFACE_CAN_HPP
|
|
#define __INTERFACE_CAN_HPP
|
|
|
|
//#include <cmsis_os.h>
|
|
//#include "odrive_main.h"
|
|
//#include "can_helpers.hpp"
|
|
//#include <communication/can/can_simple.hpp>
|
|
//// Other protocol implementations here
|
|
|
|
#endif
|