mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-07-27 08:13:55 +00: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:
committed by
GitHub
parent
cf39a90d6d
commit
028bf653f7
@@ -332,6 +332,7 @@ static void prvHTTPDemoTask( void * pvParameters )
|
||||
"Total free heap is %u.\r\n",
|
||||
xPortGetFreeHeapSize() ) );
|
||||
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
||||
vTaskDelete( NULL );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -418,6 +418,7 @@ static void prvHTTPDemoTask( void * pvParameters )
|
||||
"Total free heap is %u.\r\n",
|
||||
xPortGetFreeHeapSize() ) );
|
||||
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
||||
vTaskDelete( NULL );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -424,6 +424,7 @@ static void prvHTTPDemoTask( void * pvParameters )
|
||||
"Total free heap is %u.\r\n",
|
||||
xPortGetFreeHeapSize() ) );
|
||||
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
||||
vTaskDelete( NULL );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -650,6 +650,7 @@ static void prvHTTPDemoTask( void * pvParameters )
|
||||
"Total free heap is %u.\r\n",
|
||||
xPortGetFreeHeapSize() ) );
|
||||
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
||||
vTaskDelete( NULL );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -474,6 +474,7 @@ static void prvHTTPDemoTask( void * pvParameters )
|
||||
"Total free heap is %u.\r\n",
|
||||
xPortGetFreeHeapSize() ) );
|
||||
LogInfo( ( "Demo completed successfully.\r\n" ) );
|
||||
vTaskDelete( NULL );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user