using (unnecessary) internal task flags fails in VxWorks 6

This commit is contained in:
2022-03-01 14:44:34 +01:00
parent 208dde05ed
commit b8f2e72469
+1 -1
View File
@@ -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 */