]> git.earman.xyz Git - sensor-watch.git/commitdiff
fix typo
authorjoeycastillo <joeycastillo@utexas.edu>
Sun, 22 Sep 2024 19:04:34 +0000 (15:04 -0400)
committerjoeycastillo <joeycastillo@utexas.edu>
Sun, 22 Sep 2024 19:04:34 +0000 (15:04 -0400)
watch-library/shared/watch/watch_tcc.h

index 52210d3bf25c65bad3a22017a517f26985759596..86eff2cfd906cf74da8530f9218c36bcdad8f1bc 100644 (file)
@@ -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);