summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-05-24 14:06:25 +0700
committerhathach <[email protected]>2024-05-24 14:13:58 +0700
commitdaffb24111c03e3630edf6496ff5bb65c2cf8c28 (patch)
tree4e0710197b6b93390be9833170c775d48d5b4fe6 /src/device/usbd.h
parent937b2eac3605e33887beb3604db72a0069b4fa93 (diff)
minor clean up
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