Merge pull request #692 from benwaffle/patch-1

Update network.c
This commit is contained in:
irungentoo 2014-01-20 05:48:06 -08:00
commit 66f0a7eaf0

View File

@ -394,7 +394,7 @@ int networking_wait_execute(uint8_t *data, uint16_t len, uint16_t milliseconds)
s->send_fail_reset = 1;
return res > 0 ? 1 : 0;
};
}
void networking_wait_cleanup(Networking_Core *net, uint8_t *data, uint16_t len)
{