This commit is contained in:
joeycastillo 2024-09-22 15:04:34 -04:00
parent e8cedeac6c
commit e1fa85faf7

View 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);