From e1fa85faf7d665d97ab31c1346ed6c3b45195a18 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sun, 22 Sep 2024 15:04:34 -0400 Subject: [PATCH] fix typo --- watch-library/shared/watch/watch_tcc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-library/shared/watch/watch_tcc.h b/watch-library/shared/watch/watch_tcc.h index 52210d3b..86eff2cf 100644 --- a/watch-library/shared/watch/watch_tcc.h +++ b/watch-library/shared/watch/watch_tcc.h @@ -128,7 +128,7 @@ typedef enum { /** @brief Returns true if either the buzzer or the LED driver is enabled. * @details Both the buzzer and the LED use the TCC peripheral to drive their behavior. This function returns true if that - * peripheral is enabled. You can use this function to determine whether you need to call the watch_disable_leds or + * peripheral is enabled. You can use this function to determine whether you need to call the watch_enable_leds or * or watch_enable_buzzer functions before using these peripherals. */ bool watch_is_buzzer_or_led_enabled(void);