MITHILESH MATTAPALLI commented on a discussion on 
cpukit/include/rtems/confdefs/threads.h: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1097#note_144253

 >    #define CONFIGURE_MAXIMUM_TASKS 0
 >  #endif
 >  
 > +#ifdef CONFIGURE_MAXIMUM_CAN_QUEUES
 > +  #define _CONFIGURE_CAN_TASKS CONFIGURE_MAXIMUM_CAN_QUEUES
 > +#else
 > +  #define _CONFIGURE_CAN_TASKS 0
 > +#endif
 > +
 >  #define _CONFIGURE_TASKS \
 > -  ( CONFIGURE_MAXIMUM_TASKS + _CONFIGURE_LIBBLOCK_TASKS )
 > +  ( CONFIGURE_MAXIMUM_TASKS + _CONFIGURE_LIBBLOCK_TASKS + 
 > _CONFIGURE_CAN_TASKS )

Understood, my apologies. I will leave threads open for the reviewers to 
resolve going forward.

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1097#note_144253
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

Reply via email to