[build] reduce a bit stacks sizes for xvert to pass CI build

it seems the cross compiler of docker image is older and don't do enough
optimization to pass the compilation
This commit is contained in:
Gautier Hattenberger
2019-10-17 10:07:43 +02:00
parent 9de12e2bef
commit 68543cb89e
+2 -2
View File
@@ -23,8 +23,8 @@ E-flite X-VERT VTOL
<!--<define name="PPRZ_TRIG_INT_USE_FLOAT"/>-->
<define name="PPRZ_TRIG_CONST" value="const"/>
<define name="THD_WORKING_AREA_MAIN" value="1024"/>
<define name="UART_THREAD_STACK_SIZE" value="256"/>
<define name="I2C_THREAD_STACK_SIZE" value="256"/>
<define name="UART_THREAD_STACK_SIZE" value="240"/>
<define name="I2C_THREAD_STACK_SIZE" value="240"/>
<configure name="USE_MAGNETOMETER" value="FALSE"/>