I cannot understand what is happening, I am porting uip to pic32
I have the following code:
static void
send_discover(void)
{
u8_t *end;
struct dhcp_msg *m = (struct dhcp_msg *)uip_appda
↧