Skip to content

Commit

Permalink
Ack
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Jan 24, 2017
1 parent bbccf46 commit 341d316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ int send_position(state *s, position sendedPosition)
void acknowledge(state *s, char *buffer)
{
unsigned int idAck = (unsigned int) ((uint16_t) *buffer);
send_message(s, MSG_ACK, buffer[HEADER_SRC], idAck);
//send_message(s, MSG_ACK, buffer[HEADER_SRC], idAck);
}

/**
Expand Down

0 comments on commit 341d316

Please sign in to comment.