Skip to content

Commit

Permalink
Merge pull request #23 from DanRyanIrish/issue22
Browse files Browse the repository at this point in the history
Fix for Issue #22
  • Loading branch information
ehsteve authored Nov 2, 2017
2 parents 29e79ef + c103b90 commit b40bd29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,7 @@ void read_settings(void) {
printf("Can't open input file program_settings.txt!\n");
printf("Default camera settings are (%" SCNu16 " %" SCNu16 " %" SCNd16 " %i)\n", settings.exposure, settings.analogGain, settings.preampGain, settings.blackLevel);
}
fclose(file_ptr);
}

void *ImageSaveThread(void *threadargs)
Expand Down

0 comments on commit b40bd29

Please sign in to comment.