From a679c3d71389fe9112f4452061f2e5a56c786e4b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 11:01:10 -0500 Subject: [PATCH] spelling: use Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/fw/comm/ble/gap_le_slave_reconnect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fw/comm/ble/gap_le_slave_reconnect.c b/src/fw/comm/ble/gap_le_slave_reconnect.c index 2f74fd5f..121772f6 100644 --- a/src/fw/comm/ble/gap_le_slave_reconnect.c +++ b/src/fw/comm/ble/gap_le_slave_reconnect.c @@ -109,7 +109,7 @@ static void prv_evaluate(ReconnectType prev_type) { // done this (ignorance) and gotten by, by using a "random" address (the // public address, but then inverted) as a work-around for the problems // leaving out these flags caused with Android. - // I intend to use use the "Peripheral privacy feature" some time in the + // I intend to use the "Peripheral privacy feature" some time in the // near future. With this, these flags and the issues on Android become // a non-issue (because addresses will be private). Therefore I decided to // still leave out the flags.