summaryrefslogtreecommitdiffstats
path: root/watch-library/shared
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/shared')
-rw-r--r--watch-library/shared/watch/watch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/watch-library/shared/watch/watch.h b/watch-library/shared/watch/watch.h
index b94d36fb..7526d03a 100644
--- a/watch-library/shared/watch/watch.h
+++ b/watch-library/shared/watch/watch.h
@@ -80,6 +80,10 @@ bool watch_is_buzzer_or_led_enabled(void);
*/
bool watch_is_usb_enabled(void);
+/** @brief Resets in the UF2 bootloader mode
+ */
+void watch_reset_to_bootloader(void);
+
/** @brief Reads up to len bytes from the USB serial.
* @param file ignored, you can pass in 0
* @param ptr pointer to a buffer of at least len bytes
113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160