From: joeycastillo Date: Sun, 22 Sep 2024 19:04:34 +0000 (-0400) Subject: fix typo X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=e1fa85faf7d665d97ab31c1346ed6c3b45195a18;p=sensor-watch.git fix typo --- diff --git a/watch-library/shared/watch/watch_tcc.h b/watch-library/shared/watch/watch_tcc.h index 52210d3..86eff2c 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);