From a29c01bf003195be27f4d0693cb325a8412885f1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 13:19:46 -0500 Subject: [PATCH] spelling: connection Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/comm/ble/gatt_client_discovery.c | 2 +- src/fw/services/normal/accessory/smartstrap_link_control.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fw/comm/ble/gatt_client_discovery.c b/src/fw/comm/ble/gatt_client_discovery.c index dad668a7..3783871d 100644 --- a/src/fw/comm/ble/gatt_client_discovery.c +++ b/src/fw/comm/ble/gatt_client_discovery.c @@ -440,7 +440,7 @@ unlock: return ret_val; } -//! extern for gap_le_connnection.c +//! extern for gap_le_connection.c //! Cleans up any state and frees the associated memory of all the things this module might have //! created for a given connection. //! bt_lock() is assumed to be taken by the caller diff --git a/src/fw/services/normal/accessory/smartstrap_link_control.c b/src/fw/services/normal/accessory/smartstrap_link_control.c index 44d300c0..44426714 100644 --- a/src/fw/services/normal/accessory/smartstrap_link_control.c +++ b/src/fw/services/normal/accessory/smartstrap_link_control.c @@ -37,7 +37,7 @@ //! How often we'll go without some valid data from the smartstrap before sending a status message //! and disconnecting if the smartstrap doesn't reply. This is in seconds. #define STATUS_CHECK_INTERVAL 5 -//! The minimum number of seconds between connnection requests to avoid spamming the smartstrap. +//! The minimum number of seconds between connection requests to avoid spamming the smartstrap. #define MIN_CONNECTION_REQUEST_INTERVAL 1 //! The minimum number of seconds between status requests to avoid spamming the smartstrap #define MIN_STATUS_REQUEST_INTERVAL 5