Fixed bug 3100901.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2323 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
e19a2021c8
commit
cdb04bd481
|
@ -264,7 +264,7 @@ msg_t lwip_thread(void *p) {
|
||||||
evtStart(&evt);
|
evtStart(&evt);
|
||||||
chEvtRegisterMask(&evt.et_es, &el0, PERIODIC_TIMER_ID);
|
chEvtRegisterMask(&evt.et_es, &el0, PERIODIC_TIMER_ID);
|
||||||
chEvtRegisterMask(macGetReceiveEventSource(Ð1), &el1, FRAME_RECEIVED_ID);
|
chEvtRegisterMask(macGetReceiveEventSource(Ð1), &el1, FRAME_RECEIVED_ID);
|
||||||
chEvtPend(PERIODIC_TIMER_ID | FRAME_RECEIVED_ID);
|
chEvtAddFlags(PERIODIC_TIMER_ID | FRAME_RECEIVED_ID);
|
||||||
|
|
||||||
/* Goes to the final priority after initialization.*/
|
/* Goes to the final priority after initialization.*/
|
||||||
chThdSetPriority(LWIP_THREAD_PRIORITY);
|
chThdSetPriority(LWIP_THREAD_PRIORITY);
|
||||||
|
|
Loading…
Reference in New Issue