Skip to content
Snippets Groups Projects
Commit 6f5229f7 authored by Julia Scharsich's avatar Julia Scharsich
Browse files

Update lay3.c

parent ffc3e42e
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ byte head = 0;
byte tail = 0;
void copyFrame(byte* from, byte* to, byte len){
printf("copyFrame: len = %d", len);
printf("copyFrame: len = %d\n", len);
to[0] = len-1;
for(unsigned int i = 1; i < len; i++){
printf("%c ", from[i]);
......
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