初始提交
This commit is contained in:
16
MDK-ARM/can2.h
Normal file
16
MDK-ARM/can2.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __CAN2_H
|
||||
#define __CAN2_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
#include "stm32f4xx_hal.h"
|
||||
#include "remote.h"
|
||||
void send_rc_data_complete(rc_info_t *rc);
|
||||
void send_rc_roll_data(rc_info_t *rc);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __CAN2_H */
|
||||
Reference in New Issue
Block a user