Update network.c

This commit is contained in:
benwaffle 2014-01-20 00:27:01 -05:00
parent 49d2d7f56e
commit 0a9377d526

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)
{