Skip to content
Snippets Groups Projects
Commit 4b9c8c0b authored by Julia Wichmann's avatar Julia Wichmann
Browse files

Update lay1+2.c

parent 5a185643
No related branches found
No related tags found
No related merge requests found
......@@ -116,6 +116,8 @@ int main(void){
if(receiveIndex==sizeToReceive+5){
if(!crc_check(receivedFrame)){
puts("Fehler bei der Übertragung durch CRC-Check festgestellt");
for(uint i=0; i < sizeToReceive+6; i++)
printf("%d ", receivedFrame[i] );
}
else{
puts("Übertragung erfolgreich abgeschlossen.\nReceived: ");
......
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