Vijay Banerjee started a new discussion on led/complex1/main.cc: 
https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/36#note_159659

 >    #define CONFIGURE_MAXIMUM_TASKS 102
 >    #define CONFIGURE_MAXIMUM_PERIODS  100
 >    #define CONFIGURE_MAXIMUM_POSIX_THREADS 2
 > -  #define CONFIGURE_EXTRA_TASK_STACKS (32 * 1024)
 > +  #define CONFIGURE_EXTRA_TASK_STACKS \
 > +      /* Classic */ (102 * 3 * RTEMS_MINIMUM_STACK_SIZE) + \

Missed a value after `+` ?

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems-examples/-/merge_requests/36#note_159659
You're receiving this email because of your account on gitlab.rtems.org. 
Unsubscribe from this thread: 
https://gitlab.rtems.org/-/namespace/9/sent_notifications/5-ckimnyfcergwscpv8qu4rk5pu-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