Basic_Frame_TypeC_2023_Omni
Loading...
Searching...
No Matches
can_isr.hpp
1
#ifndef __CAN_ISR_H
2
#define __CAN_ISR_H
3
4
enum class
CAN_ISR_Config { NORMAL, SWERVE };
5
6
void
init_can_isr(CAN_ISR_Config config);
7
8
#endif
Core
Src
ISRs
can_isr.hpp
Generated by
1.14.0