commander: Use pre-rotated topic in board frame

This commit is contained in:
Lorenz Meier
2015-04-27 14:26:49 +02:00
parent 07f6165290
commit 0e78e38cda
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1160,7 +1160,7 @@ int commander_thread_main(int argc, char *argv[])
/* initialize low priority thread */
pthread_attr_t commander_low_prio_attr;
pthread_attr_init(&commander_low_prio_attr);
pthread_attr_setstacksize(&commander_low_prio_attr, 2000);
pthread_attr_setstacksize(&commander_low_prio_attr, 2600);
struct sched_param param;
(void)pthread_attr_getschedparam(&commander_low_prio_attr, &param);