darts/User/bsp/bsp_rc.h
2026-02-15 23:43:19 +08:00

10 lines
138 B
C

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