Skip to content

Commit

Permalink
✏typo in comment
Browse files Browse the repository at this point in the history
blightness -> brightness
  • Loading branch information
valeriojr authored and sun-xiangyu committed May 22, 2024
1 parent 7f0b4ef commit ba75137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/modules/camera/who_camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void register_camera(const pixformat_t pixel_fromat,
//initial sensors are flipped vertically and colors are a bit saturated
if (s->id.PID == OV3660_PID)
{
s->set_brightness(s, 1); //up the blightness just a bit
s->set_brightness(s, 1); //up the brightness just a bit
s->set_saturation(s, -2); //lower the saturation
}

Expand Down

0 comments on commit ba75137

Please sign in to comment.