From ba75137efe9ee53019013717c8b1f7bb41417944 Mon Sep 17 00:00:00 2001 From: valeriojr <41243914+valeriojr@users.noreply.github.com> Date: Mon, 13 Jun 2022 13:37:00 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=8Ftypo=20in=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit blightness -> brightness --- components/modules/camera/who_camera.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modules/camera/who_camera.c b/components/modules/camera/who_camera.c index 905ac7ee..6f18f65c 100644 --- a/components/modules/camera/who_camera.c +++ b/components/modules/camera/who_camera.c @@ -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 }