generated from hulk/gd32e23x_template_cmake_vscode
emmm
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user