Browse Source

Merge branch 'master' of github.com:xythobuz/LED-Cube

Max Nuding 13 years ago
parent
commit
36d5687861
2 changed files with 1 additions and 0 deletions
  1. BIN
      Cube Control/Cube Control.jar
  2. 1
    0
      Cube Control/serialHelper.c

BIN
Cube Control/Cube Control.jar View File


+ 1
- 0
Cube Control/serialHelper.c View File

118
 		c = fgetc(fp);
118
 		c = fgetc(fp);
119
 		size++;
119
 		size++;
120
 	} while (c != EOF);
120
 	} while (c != EOF);
121
+	size--;
121
 	
122
 	
122
 	fseek(fp, 0, 0);
123
 	fseek(fp, 0, 0);
123
 
124
 

Loading…
Cancel
Save