Jens Schweikhardt commented on a discussion on c-user/example_application.md: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/231#note_146122 > exit( 1 ); > } > > - status = rtems_task_delete( SELF ); /* should not return */ > + status = rtems_task_delete( rtems_task_self() ); /* should not > return */ Changed as suggested (2nd). -- View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/merge_requests/231#note_146122 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
