9 lines
155 B
C
9 lines
155 B
C
#ifndef BSP_ACTION_H
|
|
#define BSP_ACTION_H
|
|
#include "struct_typedef.h"
|
|
|
|
void RS232_init(uint8_t *rx1_buf, uint8_t *rx2_buf, uint16_t dma_buf_num);
|
|
|
|
#endif
|
|
|