fix: 统一R8工程目标并修复MDK编译前置问题
This commit is contained in:
+2
-2
@@ -25,8 +25,8 @@ typedef enum {
|
||||
} uart_channel_t;
|
||||
|
||||
/* DMA buffer sizes */
|
||||
#define UART_RX_DMA_BUFFER_SIZE 256
|
||||
#define UART_TX_DMA_BUFFER_SIZE 256
|
||||
#define UART_RX_DMA_BUFFER_SIZE 128
|
||||
#define UART_TX_DMA_BUFFER_SIZE 128
|
||||
|
||||
/* UART configuration */
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user