mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-07-31 12:41:06 +00:00
up freertos v9.0.0
This commit is contained in:
parent
abb51466bd
commit
b882fe7efb
132 changed files with 50587 additions and 2707 deletions
|
|
@ -510,7 +510,7 @@ void fATWx(void *arg){
|
|||
printf("\tMAC => "MAC_FMT"\n",
|
||||
MAC_ARG(client_info.mac_list[client_number].octet));
|
||||
#if CONFIG_EXAMPLE_UART_ATCMD
|
||||
at_printf("CLIENT : %d,"MAC_FMT"\n", client_number + 1, MAC_ARG(client_info.mac_list[client_number].octet));
|
||||
at_printf("CLIENT:%d,"MAC_FMT"\n", client_number + 1, MAC_ARG(client_info.mac_list[client_number].octet));
|
||||
#endif
|
||||
#if CONFIG_INIC_CMD_RSP
|
||||
if(info){
|
||||
|
|
|
|||
|
|
@ -447,7 +447,7 @@ void start_log_service(void)
|
|||
|
||||
result = xTaskGenericCreate(
|
||||
log_service,
|
||||
( signed portCHAR * ) "log_service",
|
||||
( signed portCHAR * ) "log_srv",
|
||||
STACKSIZE,
|
||||
NULL,
|
||||
tskIDLE_PRIORITY + 5,
|
||||
|
|
@ -455,7 +455,7 @@ void start_log_service(void)
|
|||
stack_addr,
|
||||
NULL);
|
||||
#else
|
||||
result = xTaskCreate( log_service, ( signed portCHAR * ) "log_service", STACKSIZE, NULL, tskIDLE_PRIORITY + 5, &CreatedTask );
|
||||
result = xTaskCreate( log_service, ( signed portCHAR * ) "log_srv", STACKSIZE, NULL, tskIDLE_PRIORITY + 5, &CreatedTask );
|
||||
#endif
|
||||
|
||||
if(result != pdPASS) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue