mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2003-02-14 Till Straumann <strauman@slac.stanford.edu>
PR 352/rtems_misc * shell/shell.c: make rtems_shell main task an FP enabled task.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2003-02-14 Till Straumann <strauman@slac.stanford.edu>
|
||||
|
||||
PR 352/rtems_misc
|
||||
* shell/shell.c: make rtems_shell main task an FP enabled task.
|
||||
|
||||
2003-01-27 Dan Smisko <dan@balanced.com>
|
||||
|
||||
* stackchk/check.c: Fix problem where _Objects_Get_information()
|
||||
|
||||
@@ -651,7 +651,7 @@ rtems_status_code shell_init (char * task_name,
|
||||
task_priority,
|
||||
task_stacksize?task_stacksize:RTEMS_MINIMUM_STACK_SIZE,
|
||||
RTEMS_DEFAULT_MODES,
|
||||
RTEMS_DEFAULT_ATTRIBUTES,
|
||||
RTEMS_LOCAL | RTEMS_FLOATING_POINT,
|
||||
&task_id);
|
||||
if (sc!=RTEMS_SUCCESSFUL) {
|
||||
rtems_error(sc,"creating task %s in shell_init()",task_name);
|
||||
|
||||
Reference in New Issue
Block a user