diff --git a/watch_8h.html b/watch_8h.html
index 8e897559..7f5e3c65 100644
--- a/watch_8h.html
+++ b/watch_8h.html
@@ -75,6 +75,7 @@ $(function() {
#include <stdint.h>
#include <stdbool.h>
#include "driver_init.h"
+
#include "pins.h"
#include "watch_app.h"
#include "watch_rtc.h"
#include "watch_slcd.h"
diff --git a/watch_8h_source.html b/watch_8h_source.html
index b45454a9..ffdd37e6 100644
--- a/watch_8h_source.html
+++ b/watch_8h_source.html
@@ -99,25 +99,26 @@ $(function() {
30#include "driver_init.h"
-
-
-
-
57#include "watch_slcd.h"
-
58#include "watch_extint.h"
-
-
60#include "watch_buzzer.h"
-
-
62#include "watch_gpio.h"
-
-
-
65#include "watch_uart.h"
-
66#include "watch_deepsleep.h"
-
-
68#include "watch_private.h"
-
-
-
-
+
+
+
+
+
58#include "watch_slcd.h"
+
59#include "watch_extint.h"
+
+
61#include "watch_buzzer.h"
+
+
63#include "watch_gpio.h"
+
+
+
66#include "watch_uart.h"
+
67#include "watch_deepsleep.h"
+
+
69#include "watch_private.h"
+
+
+
+
bool watch_is_buzzer_or_led_enabled(void)
Returns true if either the buzzer or the LED driver is enabled.