Jens Schweikhardt commented on a discussion on c-user/example_application.md: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/231#note_146123 > exit( 1 ); > } > > - status = rtems_task_delete( SELF ); /* should not return */ > + status = rtems_task_delete( rtems_task_self() ); /* should not > return */ > > printf( "rtems_task_delete returned with status of %d.\n", status ); Changed as suggested. -- View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/231#note_146123 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
