Gedare Bloom started a new discussion on testsuites/sptests/spcan02/init.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1113#note_145080 > + rtems_test_assert( can1->sent == CAN_FRAMES_TO_SEND ); > + rtems_test_assert( can2->received == CAN_FRAMES_TO_SEND ); > + > + close( can1->fd ); > + close( can2->fd ); > + free( can1 ); > + free( can2 ); > + > + TEST_END(); > + rtems_test_exit( 0 ); > +} > + > +#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER > +#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER > + > +#define CONFIGURE_MAXIMUM_TASKS 10 3? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1113#note_145080 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
