FreeRTOS+TCP labs - configASSERT_VOID missing

hmf55 wrote on Thursday, March 05, 2015:

Hi,
when enabling the ipconfigUSE_DHCP flag, “configASSERT_VOID” in “FreeRTOS_DHCP” is referenced but
not implemented.
Is it save to comment these lines out?

rtel wrote on Thursday, March 05, 2015:

Yes - sorry about that - just change it to configASSERT() instead of configASSERT_VOID().

Regards.