1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 23:11:19 +01:00

unstaged warning

This commit is contained in:
mlenders 2011-07-23 21:49:34 +02:00
parent 12fa93032a
commit fa7c050a0c

View File

@ -332,6 +332,8 @@ void edge_process_uart(void) {
}
}
int set_timeout(vtimer_t *timeout, long useconds, void *args);
void timeout_callback (void *args) {
uint8_t seq_num = *((uint8_t *)args);
struct send_slot *slot = &(slwin_stat.send_win[seq_num % EDGE_SWS]);