finish command

This commit is contained in:
2025-08-12 19:56:56 +08:00
parent 9b3d19cffa
commit 05cebe979d
5 changed files with 215 additions and 67 deletions

View File

@@ -3,14 +3,6 @@
#include "gd32e23x.h"
#define RX_BUFFER_SIZE 32
typedef enum {
UART_PRINTF_USART0 = 0,
UART_PRINTF_USART1 = 1,
UART_PRINTF_BOTH = 2
} uart_printf_port_t;
void rs485_init(void);
#endif // UART_H