R2_UP/User/bsp/bsp_rc.h
2025-03-12 10:46:02 +08:00

9 lines
144 B
C

#ifndef BSP_RC_H
#define BSP_RC_H
#include "struct_typedef.h"
void RC_init(uint8_t *rx1_buf, uint8_t *rx2_buf, uint16_t dma_buf_num);
#endif