telem_file typo

bp-new
alanbjohnston 5 years ago committed by GitHub
parent 5b0eada22a
commit 8c6c17b5fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -107,7 +107,7 @@ int main(int argc, char * argv[]) {
}
// Open telemetry file with STEM Payload Data
*telem_file = fopen("/home/pi/CubeSatSim/telem.txt", "a");
telem_file = fopen("/home/pi/CubeSatSim/telem.txt", "a");
if (telem_file == NULL)
printf("Error opening telem file\n");
fclose(telem_file);

Loading…
Cancel
Save

Powered by TurnKey Linux.