From fcfff639f723869742de60bed6f74efe6d295c04 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:29:35 -0500 Subject: [PATCH] spelling: perceived Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/board/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/board/board.h b/src/fw/board/board.h index 7744acbb..b6abdbdb 100644 --- a/src/fw/board/board.h +++ b/src/fw/board/board.h @@ -216,7 +216,7 @@ typedef struct { const OutputConfig power_ctl_5v0; const uint8_t backlight_on_percent; // percent of max possible brightness - const uint8_t backlight_max_duty_cycle_percent; // Calibrated such that the preceived brightness + const uint8_t backlight_max_duty_cycle_percent; // Calibrated such that the perceived brightness // of "backlight_on_percent = 100" (and all other values, to a reasonable // tolerance) is identical across all platforms. >100% isn't possible, so // future backlights must be at least as bright as Tintin's.