|
|
|
@ -871,7 +871,7 @@ receive_start(int uart)
@@ -871,7 +871,7 @@ receive_start(int uart)
|
|
|
|
|
param.sched_priority = SCHED_PRIORITY_MAX - 40; |
|
|
|
|
(void)pthread_attr_setschedparam(&receiveloop_attr, ¶m); |
|
|
|
|
|
|
|
|
|
pthread_attr_setstacksize(&receiveloop_attr, 3000); |
|
|
|
|
pthread_attr_setstacksize(&receiveloop_attr, 1816); |
|
|
|
|
|
|
|
|
|
pthread_t thread; |
|
|
|
|
pthread_create(&thread, &receiveloop_attr, receive_thread, &uart); |
|
|
|
|