spelling: bluetooth

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 12:52:30 -05:00
parent 3dc43a4c1b
commit e681b24ea3

View file

@ -48,5 +48,5 @@ void bt_ctl_set_enabled(bool enabled);
//! Sets the override mode used to stop and start the bluetooth independent of the airplane mode.
void bt_ctl_set_override_mode(BtCtlModeOverride override);
//! Reset bluetoosh using sequential calls to comm_stop() and comm_start()
//! Reset bluetooth using sequential calls to comm_stop() and comm_start()
void bt_ctl_reset_bluetooth(void);