FreeRTOS+TCP labs – configASSERT_VOID missing

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

FreeRTOS+TCP labs – configASSERT_VOID missing

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