From 480b5e74d9f8033c54c876c883dd34f2032e669d Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sun, 6 Oct 2024 20:52:08 +0000 Subject: [PATCH] deploy: 7b05aac4b61b0a28b261a64e9437a581eda05bdc --- usb_8h_source.html | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) diff --git a/usb_8h_source.html b/usb_8h_source.html index 3683bbb..f716522 100644 --- a/usb_8h_source.html +++ b/usb_8h_source.html @@ -106,24 +106,23 @@
22 * SOFTWARE.
23 */
24
-
25// WORK IN PROGRESS, not yet functional.
-
26#ifdef APP_USES_TINYUSB
-
27
-
28#pragma once
-
29
-
30#include <stdint.h>
-
31#include <stdbool.h>
-
32#include "tusb.h"
-
33
-
38void usb_init(void);
-
39
-
61void usb_enable(void);
-
62
-
67bool usb_is_enabled(void);
-
68
-
73void usb_disable(void);
-
74
-
75#endif
+
25#ifdef APP_USES_TINYUSB
+
26
+
27#pragma once
+
28
+
29#include <stdint.h>
+
30#include <stdbool.h>
+
31#include "tusb.h"
+
32
+
37void usb_init(void);
+
38
+
60void usb_enable(void);
+
61
+
66bool usb_is_enabled(void);
+
67
+
72void usb_disable(void);
+
73
+
74#endif