Merge request 
https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/32 was 
reviewed by Vijay Banerjee

--
  
Vijay Banerjee started a new discussion on led/posix_message_server/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/32#note_155825

 > +
 > +struct mq_attr Attr = {
 > +    // Set attributes for the queue creation

Do you want to change the comments to /*---*/?.

--
  
Vijay Banerjee started a new discussion on led/posix_message_server/init.c: 
https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/32#note_155826

 > +
 > +  // Open the queue for reading
 > +  // rx_queue = mq_open(QUEUE_NAME, O_RDONLY, 0644, &Attr);

Is it intentionally left there? Maybe an `if 0` block with some hints would be 
helpful.


-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/32
You're receiving this email because of your account on gitlab.rtems.org. 
Unsubscribe from this thread: 
https://gitlab.rtems.org/-/sent_notifications/4-067ynju1qiszh80pnt1jfh9ik-9/unsubscribe
 | Manage all notifications: https://gitlab.rtems.org/-/profile/notifications | 
Help: https://gitlab.rtems.org/help


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to