Skip to content
Snippets Groups Projects
Commit 172b64de authored by javey's avatar javey
Browse files

removed the aknowlegment packet from quad communication.c

parent 45b7d04b
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ int parse_packet(unsigned char * packet, unsigned char ** data, metadata_t * met
// Send an acknowledgment packet
// Send a reply to the ground station
/*
int buf = meta_data->msg_id;
unsigned char *responsePacket;
......@@ -139,7 +139,7 @@ int parse_packet(unsigned char * packet, unsigned char ** data, metadata_t * met
uart0_sendByte(responsePacket[i]);
}
free(responsePacket);
*/
return 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment