Skip to content

Commit

Permalink
Added comment describing use.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Vasile committed Mar 9, 2023
1 parent 73035e2 commit 21577cc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/x3f_process.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,11 @@ static int get_black_level(x3f_t *x3f,
#define BOTTOM 1
#define RIGHT 3

/* Workaround for bug in DP2 firmware. DarkShieldBottom is specified
incorrectly and thus ignored. */
/* Workaround for bug in DP2 firmware. DarkShieldBottom is specified incorrectly and thus ignored.
*
* Also, a workaround for the bright "shielded" region on the right for the DP1M, DP2M, and DP3M.
* See https://github.com/Kalpanika/x3f/issues/117
* */
{
char *cammodel;

Expand All @@ -95,7 +98,7 @@ static int get_black_level(x3f_t *x3f,
}
}

/* Workaround for bug in sd Quattro H firmaware. DarkShieldBottom is
/* Workaround for bug in sd Quattro H firmware. DarkShieldBottom is
specified incorrectly and thus ignored. */
{
uint32_t cameraid;
Expand Down

0 comments on commit 21577cc

Please sign in to comment.