From 58c22748cc4f4f7be22a71a19be08593a978df20 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:47:47 -0500 Subject: [PATCH] spelling: transimpedance Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/kernel/events.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/kernel/events.h b/src/fw/kernel/events.h index 4154cb5d..1472991d 100644 --- a/src/fw/kernel/events.h +++ b/src/fw/kernel/events.h @@ -637,7 +637,7 @@ typedef struct HRMHRVData { // 3 bytes typedef struct HRMLEDData { // 4 bytes uint16_t current_ua; - uint16_t tia; //!< Transimpendance Amplifier value. + uint16_t tia; //!< Transimpedance Amplifier value. //!< This is used with thresholds (provided by AMS) to verify the part is //!< functioning within specification.