mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-11 22:25:14 -05:00
Delete HTTP demo task upon completion (#472)
Co-authored-by: Cobus van Eeden <35851496+cobusve@users.noreply.github.com>
This commit is contained in:
parent
cf39a90d6d
commit
028bf653f7
5 changed files with 5 additions and 0 deletions
|
|
@ -332,6 +332,7 @@ static void prvHTTPDemoTask( void * pvParameters )
|
||||||
"Total free heap is %u.\r\n",
|
"Total free heap is %u.\r\n",
|
||||||
xPortGetFreeHeapSize() ) );
|
xPortGetFreeHeapSize() ) );
|
||||||
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
||||||
|
vTaskDelete( NULL );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -418,6 +418,7 @@ static void prvHTTPDemoTask( void * pvParameters )
|
||||||
"Total free heap is %u.\r\n",
|
"Total free heap is %u.\r\n",
|
||||||
xPortGetFreeHeapSize() ) );
|
xPortGetFreeHeapSize() ) );
|
||||||
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
||||||
|
vTaskDelete( NULL );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -424,6 +424,7 @@ static void prvHTTPDemoTask( void * pvParameters )
|
||||||
"Total free heap is %u.\r\n",
|
"Total free heap is %u.\r\n",
|
||||||
xPortGetFreeHeapSize() ) );
|
xPortGetFreeHeapSize() ) );
|
||||||
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
||||||
|
vTaskDelete( NULL );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -650,6 +650,7 @@ static void prvHTTPDemoTask( void * pvParameters )
|
||||||
"Total free heap is %u.\r\n",
|
"Total free heap is %u.\r\n",
|
||||||
xPortGetFreeHeapSize() ) );
|
xPortGetFreeHeapSize() ) );
|
||||||
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
||||||
|
vTaskDelete( NULL );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -474,6 +474,7 @@ static void prvHTTPDemoTask( void * pvParameters )
|
||||||
"Total free heap is %u.\r\n",
|
"Total free heap is %u.\r\n",
|
||||||
xPortGetFreeHeapSize() ) );
|
xPortGetFreeHeapSize() ) );
|
||||||
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
||||||
|
vTaskDelete( NULL );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue