Prakhar Kumar started a new discussion on bsps/shared/grlib/spw/grspw_pkt.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898#note_139735 > } > #endif > > +static int grspw_msgqisr(void *data, unsigned int *buf, unsigned int n) > +{ > + rtems_status_code sc; > + > + sc = rtems_message_queue_send((rtems_id) data, buf, n); > + return sc. @joel here a semicolon is missed it causing an error. -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/898#note_139735 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
