forked from Imagelibrary/rtems
Fixed use of incorrect macro for minimum stack size.
This commit is contained in:
@@ -98,7 +98,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SYSTEM_TASKS \
|
#define SYSTEM_TASKS \
|
||||||
(MINIMUM_STACK_SIZE + \
|
(STACK_MINIMUM_SIZE + \
|
||||||
MPCI_RECEIVE_SERVER_STACK_SIZE + \
|
MPCI_RECEIVE_SERVER_STACK_SIZE + \
|
||||||
(2*sizeof(Thread_Control))) + \
|
(2*sizeof(Thread_Control))) + \
|
||||||
MPCI_RECEIVE_SERVER_FP + \
|
MPCI_RECEIVE_SERVER_FP + \
|
||||||
|
|||||||
@@ -98,7 +98,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SYSTEM_TASKS \
|
#define SYSTEM_TASKS \
|
||||||
(MINIMUM_STACK_SIZE + \
|
(STACK_MINIMUM_SIZE + \
|
||||||
MPCI_RECEIVE_SERVER_STACK_SIZE + \
|
MPCI_RECEIVE_SERVER_STACK_SIZE + \
|
||||||
(2*sizeof(Thread_Control))) + \
|
(2*sizeof(Thread_Control))) + \
|
||||||
MPCI_RECEIVE_SERVER_FP + \
|
MPCI_RECEIVE_SERVER_FP + \
|
||||||
|
|||||||
Reference in New Issue
Block a user