using (unnecessary) internal task flags fails in VxWorks 6
This commit is contained in:
+1
-1
@@ -144,7 +144,7 @@ typedef struct state_program SPROG;
|
||||
|
||||
/* Task parameters */
|
||||
#define SPAWN_STACK_SIZE 10000
|
||||
#define SPAWN_OPTIONS VX_DEALLOC_STACK | VX_FP_TASK | VX_STDIO
|
||||
#define SPAWN_OPTIONS VX_FP_TASK | VX_STDIO
|
||||
#define SPAWN_PRIORITY 100
|
||||
|
||||
/* Function declarations for internal sequencer funtions */
|
||||
|
||||
Reference in New Issue
Block a user