lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Fail to get netconn lwip1.4.1+FreeRTOS+TM4C1294


From: address@hidden
Subject: Re: [lwip-users] Fail to get netconn lwip1.4.1+FreeRTOS+TM4C1294
Date: Thu, 26 Feb 2015 20:09:54 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

Jin Won Seo wrote:
> /* Clear the queue handle. */
>
sem->queue = 0;
>
/* Delete Sem , By Jin */
> vQueueDelete
(sem->queue);
> [..]
> I
added vQueueDelete(sem->queue); that was suggested by someone, but still all same.

This seems more of a FreeRtos or TI issue, which I both don't use, but calling 'vQueueDelete' on a handle that has been set to NULL just before seems definitively wrong!


Simon

reply via email to

[Prev in Thread] Current Thread [Next in Thread]