diff --git a/watch_8h_source.html b/watch_8h_source.html
index 78030f84..6524e885 100644
--- a/watch_8h_source.html
+++ b/watch_8h_source.html
@@ -101,31 +101,35 @@ $(function() {
30#include "driver_init.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_storage.h"
- 68#include "watch_deepsleep.h"
-
- 70#include "watch_private.h"
-
-
-
-
+
+ 34#include "watch_main_loop.h"
+
+
+
+
+ 62#include "watch_slcd.h"
+ 63#include "watch_extint.h"
+
+ 65#include "watch_buzzer.h"
+
+ 67#include "watch_gpio.h"
+
+
+ 70#include "watch_uart.h"
+ 71#include "watch_storage.h"
+ 72#include "watch_deepsleep.h"
+
+ 74#include "watch_private.h"
+
+
-
+
- 93int read(
int file,
char *ptr,
int len);
-
-
+
+
+ 97int read(
int file,
char *ptr,
int len);
+
+
bool watch_is_usb_enabled(void)
Returns true if USB is enabled.
void watch_reset_to_bootloader(void)
Resets in the UF2 bootloader mode.
bool watch_is_buzzer_or_led_enabled(void)
Returns true if either the buzzer or the LED driver is enabled.