mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
update
This commit is contained in:
parent
fd4c492ea4
commit
5cbdd7eea5
19 changed files with 2308 additions and 2272 deletions
|
|
@ -150,8 +150,8 @@ Exit:
|
|||
|
||||
uart_socket_t* uart_open(uart_set_str *puartpara)
|
||||
{
|
||||
PinName uart_tx = PA_7;//PA_4; //PA_7
|
||||
PinName uart_rx = PA_6;//PA_0; //PA_6
|
||||
PinName uart_tx = PA_7; //PA_4; //PA_7
|
||||
PinName uart_rx = PA_6; //PA_0; //PA_6
|
||||
uart_socket_t *u;
|
||||
|
||||
u = (uart_socket_t *)RtlZmalloc(sizeof(uart_socket_t));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue