Forum Discussion
Altera_Forum
Honored Contributor
21 years agousing lwip functions in raw.h/c
I want to use the fucntions in the stand alone lwip raw.h/c file but cannot get them to work. I created a project using the lwip web server as the template and then modified that to try and create s...
Altera_Forum
Honored Contributor
21 years agoI figured it out, I had to add# define LWIP_RAW 1 in order for the raw functions to be defined.