This commit is contained in:
2025-08-11 20:59:22 +08:00
parent 4a488429bf
commit 1c3c688cc2
4 changed files with 8 additions and 39 deletions

View File

@@ -37,15 +37,6 @@ OF SUCH DAMAGE.
#include "uart.h"
#include "led.h"
#include <stdio.h>
#include "board_config.h"
#include "uart_ring_buffer.h"
#include "command.h"
void uart_puts(const char *s) {
while (*s) {
usart_data_transmit(RS485_PHY, (uint8_t)*s++);
}
}
/*!
\brief main function