FreeRTOS Support Archive
The FreeRTOS support forum can be used for active support both from Amazon Web Services
and the community. In return for using our software for
free, we request you play fair and do your bit to help others! Sign up
to receive notifications of new support topics then help where you can.
This is a read only archive of threads posted to the FreeRTOS support forum.
The archive is updated every week, so will not always contain the very latest posts.
Use these archive pages to search previous posts. Use the Live FreeRTOS Forum
link to reply to a post, or start a new support thread.
[FreeRTOS Home] [Live FreeRTOS Forum] [FAQ] [Archive Top] [April 2011 Threads] deleting myself(taks) ettiquette questionPosted by Robert H. Oujesky on April 8, 2011 I know I can have a task delete itself by calling vTaskDelete(NULL). should I add a forever loop after it just in case? For example: vTaskDelete(NULL); //NULL means me! for(;;) ; //should never get here or is it not necessary?
thanks!
RE: deleting myself(taks) ettiquette questionPosted by Richard on April 8, 2011 It's not necessary.
RE: deleting myself(taks) ettiquette questionPosted by Robert H. Oujesky on April 8, 2011 thanks!
Copyright (C) Amazon Web Services, Inc. or its affiliates. All rights reserved.
|