]> rtime.felk.cvut.cz Git - jenkicar/rpp-simulink.git/commitdiff
Revert "Both created task have configurable stack size"
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 13 Sep 2013 14:30:44 +0000 (16:30 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 13 Sep 2013 14:30:44 +0000 (16:30 +0200)
This reverts commit 545af164bfa85d88981208b869b511c3c5b54e07.

Conflicts:
rpp/lib

Ref #371.

rpp/rpp/rpp_srmain.tlc

index 7adcb5ed7166bb1e3186634607e00c3196eec7eb..42b410ef0bc355a718eac9cf92feab567f9572da 100644 (file)
 
         /* Create tasks to step model and model task */
         if(xTaskCreate(control_task, (const signed char*)"control_task",
-            %<rppModelTaskStack>, NULL, CONTROL_PRIORITY, NULL) != pdPASS) {
+            configMINIMAL_STACK_SIZE, NULL, CONTROL_PRIORITY, NULL) != pdPASS) {
             #ifdef DEBUG
             rpp_sci_printf((const char*)
                 "ERROR: Cannot spawn control task.\r\n"