fix typo
This commit is contained in:
parent
e8cedeac6c
commit
e1fa85faf7
@ -128,7 +128,7 @@ typedef enum {
|
|||||||
|
|
||||||
/** @brief Returns true if either the buzzer or the LED driver is enabled.
|
/** @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
|
* @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.
|
* or watch_enable_buzzer functions before using these peripherals.
|
||||||
*/
|
*/
|
||||||
bool watch_is_buzzer_or_led_enabled(void);
|
bool watch_is_buzzer_or_led_enabled(void);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user