summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2024-05-24 15:18:30 +0700
committerGitHub <[email protected]>2024-05-24 15:18:30 +0700
commit41c7cdac6835d45e336d71e3f4841e88a087316d (patch)
tree4e0710197b6b93390be9833170c775d48d5b4fe6 /src/device/usbd.h
parent1f259b3ab0f1b9587dee9c0bfb5574d70d021640 (diff)
parentdaffb24111c03e3630edf6496ff5bb65c2cf8c28 (diff)
Merge pull request #2659 from hathach/fsdev-generalize-ch32
CH32 add support for usbd (only), fsdev
Diffstat (limited to 'src/device/usbd.h')
-rw-r--r--src/device/usbd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/usbd.h b/src/device/usbd.h
index cba94fdae..e676006ab 100644
--- a/src/device/usbd.h
+++ b/src/device/usbd.h
@@ -60,7 +60,7 @@ void tud_task (void) {
// Check if there is pending events need processing by tud_task()
bool tud_task_event_ready(void);
-#ifndef _TUSB_DCD_H_
+#ifndef TUSB_DCD_H_
extern void dcd_int_handler(uint8_t rhport);
#endif